]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tg/fetch-prune-exit-code-fix'
authorJunio C Hamano <gitster@pobox.com>
Sat, 12 Feb 2022 00:56:01 +0000 (16:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 12 Feb 2022 00:56:01 +0000 (16:56 -0800)
When "git fetch --prune" failed to prune the refs it wanted to
prune, the command issued error messages but exited with exit
status 0, which has been corrected.

* tg/fetch-prune-exit-code-fix:
  fetch --prune: exit with error if pruning fails

1  2 
builtin/fetch.c

diff --cc builtin/fetch.c
Simple merge