]> git.ipfire.org Git - thirdparty/git.git/commit - convert-objects.c
Simplify "write_sha1_file()" interfaces
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 25 Apr 2005 17:19:53 +0000 (10:19 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 25 Apr 2005 17:19:53 +0000 (10:19 -0700)
commita44c9a5e2e6d4108452f2c64dbd11f74a83745af
treeaa4796d8d4ae8c6c64bf9bd4b2d657571c67d4e4
parente6948b6d88c69a864e9c461911287c5cc5932a3b
Simplify "write_sha1_file()" interfaces

The write function now adds the header to the file by itself, so there
is no reason to duplicate it among all the users any more.
cache.h
commit-tree.c
convert-cache.c
sha1_file.c
write-tree.c