author | Junio C Hamano <junkio@cox.net> | |
Tue, 28 Jun 2005 02:03:13 +0000 (19:03 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Tue, 28 Jun 2005 02:40:21 +0000 (19:40 -0700) | ||
commit | d410c0f5a99637e1859bb276409d29e8cde10800 | |
tree | 1a89f8fd43b865c0721223bab2d033ce12b44181 | tree | snapshot |
parent | cebe403bfe07bda11f2c781698519a2f9efefdd3 | commit | 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>
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 | diff | blob | history |