]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rj/branch-in-use-error-message'
authorJunio C Hamano <gitster@pobox.com>
Thu, 24 Aug 2023 16:32:32 +0000 (09:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Aug 2023 16:32:33 +0000 (09:32 -0700)
A message written in olden time prevented a branch from getting
checked out saying it is already checked out elsewhere, but these
days, we treat a branch that is being bisected or rebased just like
a branch that is checked out and protect it.  Rephrase the message
to say that the branch is in use.

* rj/branch-in-use-error-message:
  branch: error message checking out a branch in use
  branch: error message deleting a branch in use

1  2 
builtin/branch.c
t/t2400-worktree-add.sh

Simple merge
Simple merge