commit | d410c0f5a99637e1859bb276409d29e8cde10800 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Mon Jun 27 19:03:13 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Mon Jun 27 19:40:21 2005 -0700 |
tree | 1a89f8fd43b865c0721223bab2d033ce12b44181 | |
parent | cebe403bfe07bda11f2c781698519a2f9efefdd3 [diff] |
[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>