]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/branch-in-use-error-message'
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Aug 2023 17:52:31 +0000 (10:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Aug 2023 17:52:31 +0000 (10:52 -0700)
"git branch -f X" to repoint the branch X said that X was "checked
out" in another worktree, even when branch X was not and instead
being bisected or rebased.  The message was reworded to say the
branch was "in use".

* jc/branch-in-use-error-message:
  branch: update the message to refuse touching a branch in-use


Trivial merge