Make "git-rev-list" work within subdirectories
authorLinus Torvalds <torvalds@osdl.org>
Tue, 23 Aug 2005 17:31:41 +0000 (10:31 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 23 Aug 2005 19:43:57 +0000 (12:43 -0700)
commit90e18481137b2071b20fc675d69af4fc60a05267
treef09e29b1179bb8334d778e764ce3a4f9871d8b19
parent0360e99d06acfbb0fcb72215cf6749591ee53290
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>
git-log-script
rev-list.c