commit | 848d732c10616269886d0b9c82e434b65ffc33f0 | [log] [tgz] |
---|---|---|
author | Brian Downing <bdowning@lavos.net> | Sun Jul 08 23:45:21 2007 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jul 08 23:48:17 2007 -0700 |
tree | 8b870e4121957b3c81be9d8beb86593e2e7fe672 | |
parent | 1ed84157a21a3e868228b15588e4aadfbe5a030b [diff] |
pack-objects: Prefer shallower deltas if the size is equal Change "try_delta" so that if it finds a delta that has the same size but shallower depth than the existing delta, it will prefer the shallower one. This makes certain delta trees vastly less deep. Signed-off-by: Brian Downing <bdowning@lavos.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>