Merge branch 'jk/delta-chain-limit'
commit538569bc8a212a45b7b3f124822b4c3e458752f5
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2017 21:57:11 +0000 (27 13:57 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2017 21:57:12 +0000 (27 13:57 -0800)
treeba6c4b12b22b617f41eb5f41aaad0f706f9ab326
parent1b324988ac0fe14d069991736962289a35f15aec
parent42b766d765feb2e0867954eb665ff05e3441b547
Merge branch 'jk/delta-chain-limit'

"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
builtin/pack-objects.c