]> git.ipfire.org Git - thirdparty/git.git/commit - sha1-file.c
[PATCH] Skip writing out sha1 files for objects in packed git.
authorJunio C Hamano <junkio@cox.net>
Tue, 28 Jun 2005 02:03:13 +0000 (19:03 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 28 Jun 2005 02:40:21 +0000 (19:40 -0700)
commitd410c0f5a99637e1859bb276409d29e8cde10800
tree1a89f8fd43b865c0721223bab2d033ce12b44181
parentcebe403bfe07bda11f2c781698519a2f9efefdd3
[PATCH] Skip writing out sha1 files for objects in packed git.

Now, there's still a misfeature there, which is that when you
create a new object, it doesn't check whether that object
already exists in the pack-file, so you'll end up with a few
recent objects that you really don't need (notably tree
objects), and this patch fixes it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sha1_file.c