At Tue, 16 Feb 2010 19:28:34 -0500, David Abrahams wrote: > > > 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?
Magit doesn't support that, no. It's a small amount of work to make it do so, but I bet would render magit unusably slow for a large project. Self promotion, I know, but try out project-root.el (mine) and anything.el (not mine). It makes searching for project files really easy... Cheers, Phil
