From: Junio C Hamano Date: Tue, 18 Apr 2023 01:05:12 +0000 (-0700) Subject: Merge branch 'cm/branch-delete-error-message-update' X-Git-Tag: v2.41.0-rc0~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66bf8f19439556da7cf1c8852d07b87257f2a7d9;p=thirdparty%2Fgit.git Merge branch 'cm/branch-delete-error-message-update' "git branch -d origin/master" would say "no such branch", but it is likely a missed "-r" if refs/remotes/origin/master exists. The command has been taught to give such a hint in its error message. * cm/branch-delete-error-message-update: branch: improve error log on branch not found by checking remotes refs --- 66bf8f19439556da7cf1c8852d07b87257f2a7d9