Alex Riesen, Thu, Nov 08, 2007 22:21:23 +0100:
David Symonds, Thu, Nov 08, 2007 14:16:59 +0100:
quoted
I never suggested path *limited*, only path *relative*. git-status
would still show all the same files, but their paths would be relative
to your current directory, so there'd be no confusion like you
mentioned. This is how Johannes' patch works.
Relative? Like this?
$ cd project/foo/bar
$ git status
...
M file1.c
M file2.c
M ../baz/file3.c
R ../bax/file4 => file4.c
Oh, I see. Yes. Cool.