[PATCH] Do not initialize sha1_file_directory by hand.
authorJunio C Hamano <junkio@cox.net>
Fri, 6 May 2005 23:32:28 +0000 (16:32 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 7 May 2005 00:00:20 +0000 (17:00 -0700)
commit3d0291c4506f4bfa3869771e580b7304817fec00
treed0d0625749d899ca21fcceb3ce9d2c650389272e
parentee267527aa80807f37caf1d00bcf1b5263945adb
[PATCH] Do not initialize sha1_file_directory by hand.

Some commands initialize sha1_file_directory by hand.  There is no
need to do so; sha1_file.c knows how to handle it.

The next patch will remove the variable altogether.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
ls-tree.c
read-cache.c
tar-tree.c