]> git.99rst.org Git - git.git/commitdiff
Merge branch 'cm/branch-delete-error-message-update'
authorJunio C Hamano <redacted>
Tue, 18 Apr 2023 01:05:12 +0000 (18:05 -0700)
committerJunio C Hamano <redacted>
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
git clone https://git.99rst.org/PROJECT