author | Nicolas Pitre <nico@cam.org> | |
Thu, 12 Jul 2007 21:07:59 +0000 (17:07 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 12 Jul 2007 21:36:09 +0000 (14:36 -0700) | ||
commit | 5a235b5ed02fa0f9f67c4fbec703e3126eb3c7f5 | |
tree | 3943b9738ca7feb29419cf70c3ffeda9925cb88c | tree | snapshot |
parent | e93b15cd7441369f28dd4841ab504cea83c18b10 | commit | diff |
reduce git-pack-objects memory usage a little more
The delta depth doesn't have to be stored in the global object array
structure since it is only used during the deltification pass.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The delta depth doesn't have to be stored in the global object array
structure since it is only used during the deltification pass.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-pack-objects.c | diff | blob | history |