reduce git-pack-objects memory usage a little more
commit5a235b5ed02fa0f9f67c4fbec703e3126eb3c7f5
authorNicolas Pitre <nico@cam.org>
Thu, 12 Jul 2007 21:07:59 +0000 (12 17:07 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Jul 2007 21:36:09 +0000 (12 14:36 -0700)
tree3943b9738ca7feb29419cf70c3ffeda9925cb88c
parente93b15cd7441369f28dd4841ab504cea83c18b10
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>
builtin-pack-objects.c