author | Junio C Hamano <junkio@cox.net> | |
Fri, 6 May 2005 23:32:28 +0000 (16:32 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sat, 7 May 2005 00:00:20 +0000 (17:00 -0700) | ||
commit | 3d0291c4506f4bfa3869771e580b7304817fec00 | |
tree | d0d0625749d899ca21fcceb3ce9d2c650389272e | tree | snapshot |
parent | ee267527aa80807f37caf1d00bcf1b5263945adb | commit | diff |
[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>
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 | diff | blob | history | |
read-cache.c | diff | blob | history | |
tar-tree.c | diff | blob | history |