]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ew/prune-with-missing-objects-pack'
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Nov 2022 03:13:43 +0000 (12:13 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Nov 2022 03:13:44 +0000 (12:13 +0900)
commit7d7ed48dd51562dd19c0c9e2553ac774ad9d3344
tree25d80be3b4491c009b22280ddc4efda7aa789164
parent15a62fb957178440fe07a0f88b380c53dc9b9f96
parent69747653523afa3322e0f8dd6a5a7d30184694c3
Merge branch 'ew/prune-with-missing-objects-pack'

"git prune" may try to iterate over .git/objects/pack for trash
files to remove in it, and loudly fail when the directory is
missing, which is not necessary.  The command has been taught to
ignore such a failure.

* ew/prune-with-missing-objects-pack:
  prune: quiet ENOENT on missing directories