commit | 90e18481137b2071b20fc675d69af4fc60a05267 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@osdl.org> | Tue Aug 23 10:31:41 2005 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Tue Aug 23 12:43:57 2005 -0700 |
tree | f09e29b1179bb8334d778e764ce3a4f9871d8b19 | |
parent | 0360e99d06acfbb0fcb72215cf6749591ee53290 [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>