author | Linus Torvalds <torvalds@osdl.org> | |
Tue, 23 Aug 2005 17:31:41 +0000 (10:31 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 23 Aug 2005 19:43:57 +0000 (12:43 -0700) | ||
commit | 90e18481137b2071b20fc675d69af4fc60a05267 | |
tree | f09e29b1179bb8334d778e764ce3a4f9871d8b19 | tree | snapshot |
parent | 0360e99d06acfbb0fcb72215cf6749591ee53290 | commit | diff |
Make "git-rev-list" work within subdirectories
This trivial patch makes "git-rev-list" able to handle not being in
the top-level directory. This magically also makes "git-whatchanged"
do the right thing.
Trivial scripting fix to make sure that "git log" also works.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This trivial patch makes "git-rev-list" able to handle not being in
the top-level directory. This magically also makes "git-whatchanged"
do the right thing.
Trivial scripting fix to make sure that "git log" also works.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-log-script | diff | blob | history | |
rev-list.c | diff | blob | history |