]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit66bf8f19439556da7cf1c8852d07b87257f2a7d9
tree9964ee59639b782a430f1c7c62725c1cd3541076
parentc232ebacb21829e5001361280b8dec7c30c3a057
parent4c643fb321db00a9c79e2dcd1fd033681333584b
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
builtin/branch.c