]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cm/branch-delete-error-message-update'
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Apr 2023 01:05:12 +0000 (18:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Apr 2023 01:05:12 +0000 (18:05 -0700)
"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

1  2 
builtin/branch.c

Simple merge