commit | 5a235b5ed02fa0f9f67c4fbec703e3126eb3c7f5 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Thu Jul 12 17:07:59 2007 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jul 12 14:36:09 2007 -0700 |
tree | 3943b9738ca7feb29419cf70c3ffeda9925cb88c | |
parent | e93b15cd7441369f28dd4841ab504cea83c18b10 [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>