From: Junio C Hamano Date: Tue, 17 Mar 2020 22:02:21 +0000 (-0700) Subject: Merge branch 'jk/index-pack-dupfix' into maint X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7e84f4608f9c1f2217e7601010c2451f31dc4e92;p=git.git Merge branch 'jk/index-pack-dupfix' into maint The index-pack code now diagnoses a bad input packstream that records the same object twice when it is used as delta base; the code used to declare a software bug when encountering such an input, but it is an input error. * jk/index-pack-dupfix: index-pack: downgrade twice-resolved REF_DELTA to die() --- 7e84f4608f9c1f2217e7601010c2451f31dc4e92