]> git.ipfire.org Git - thirdparty/git.git/commit - hash-object.c
hash-object: work within subdirectory.
authorJunio C Hamano <junkio@cox.net>
Sat, 26 Nov 2005 08:30:07 +0000 (00:30 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 Nov 2005 07:13:02 +0000 (23:13 -0800)
commit706fe6ae03e2c1452d59892944701c56237b903f
tree70c4b4e2135bc45fae5793f86c4600bf5be140a3
parentc3e9a6534c88767e2ad9126ed45598157c28d1f4
hash-object: work within subdirectory.

When -w is given, it needs to find out where the .git directory
is, so run the setup_git_directory() when we see a -w.

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