[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)
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>
No differences found