David Abrahams <[email protected]> writes:

> With other emacs VCS front-ends, I'm very used to working with the VCS
> buffer as a sort of project browser, e.g. finding the next file to
> edit there.  Magit doesn't seem to work that way, at least not
> out-of-the-box.  Is there a way to get it to show me even the
> unmodified files?

AFAIK, no.

This is something I'll like to do too. If you want to see the log of one
or more unmodified files, you need to open a dir buffer, mark the files
you want and C-x v l, which is a bit inconvenient.

OTOH, as git is used for trackng huge projects, showing all the files
may be too slow. For svn there is psvn.el which shows all the files, but
then people created dsvn.el because psvn.el turned to be too slow on
large working trees.

Reply via email to