]> git.ipfire.org Git - thirdparty/git.git/blobdiff - branch.c
Merge git-gui into ml/git-gui-exec-path-fix
[thirdparty/git.git] / branch.c
index 3e4684f79f693059a6272465dd983e149aee5eb9..06f7af9dd47260d87158ba672f90d2b5c37e558e 100644 (file)
--- a/branch.c
+++ b/branch.c
@@ -838,7 +838,7 @@ void die_if_checked_out(const char *branch, int ignore_current_worktree)
 
                if (is_shared_symref(worktrees[i], "HEAD", branch)) {
                        skip_prefix(branch, "refs/heads/", &branch);
-                       die(_("'%s' is already checked out at '%s'"),
+                       die(_("'%s' is already used by worktree at '%s'"),
                                branch, worktrees[i]->path);
                }
        }