Merge branch 'jk/delta-chain-limit'
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2017 21:57:11 +0000 (13:57 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2017 21:57:12 +0000 (13:57 -0800)
"git repack --depth=<n>" for a long time busted the specified depth
when reusing delta from existing packs. This has been corrected.

* jk/delta-chain-limit:
pack-objects: convert recursion to iteration in break_delta_chain()
pack-objects: enforce --depth limit in reused deltas

1  2 
builtin/pack-objects.c
Simple merge