checkout-index: work from subdirectory.
authorJunio C Hamano <junkio@cox.net>
Sat, 26 Nov 2005 08:22:48 +0000 (00:22 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 Nov 2005 07:13:02 +0000 (23:13 -0800)
commitc3e9a6534c88767e2ad9126ed45598157c28d1f4
treed47d57e8c8e90b86f7b56449daec83e69997c823
parent61e2b01529d4cb4138c00a653006d16f7a9179ce
checkout-index: work from subdirectory.

With this, git-checkout-index from a subdirectory works as
expected.  Note that "git-checkout-index -a" checks out files
only in the current directory and under.

Signed-off-by: Junio C Hamano <junkio@cox.net>
checkout-index.c