From: Junio C Hamano Date: Mon, 28 Nov 2022 03:13:43 +0000 (+0900) Subject: Merge branch 'ew/prune-with-missing-objects-pack' X-Git-Tag: v2.39.0-rc1~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d7ed48dd51562dd19c0c9e2553ac774ad9d3344;p=thirdparty%2Fgit.git 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 --- 7d7ed48dd51562dd19c0c9e2553ac774ad9d3344