]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/remove-idx-before-pack'
authorJunio C Hamano <gitster@pobox.com>
Thu, 29 Jun 2023 23:43:20 +0000 (16:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Jun 2023 23:43:20 +0000 (16:43 -0700)
We create .pack and then .idx, we consider only packfiles that have
.idx usable (those with only .pack are not ready yet), so we should
remove .idx before removing .pack for consistency.

* ds/remove-idx-before-pack:
  packfile: delete .idx files before .pack files

1  2 
packfile.c

diff --cc packfile.c
Simple merge