Merge branch 'tg/fetch-prune-exit-code-fix'
commitc73d46b3a8450f499df84682be73a13b6578d82c
authorJunio C Hamano <gitster@pobox.com>
Sat, 12 Feb 2022 00:56:01 +0000 (11 16:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 12 Feb 2022 00:56:01 +0000 (11 16:56 -0800)
treedec704de951fc0d37cb5e4a5cea2cf41050766fa
parent9210a00d65fca884d2ecdcab32b917a672079014
parentc9e04d905edb5487c43b03304704e8d1248f9ac0
Merge branch 'tg/fetch-prune-exit-code-fix'

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
builtin/fetch.c