]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
"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


Trivial merge