We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22e86e8 + 507e547 commit d4b12b9Copy full SHA for d4b12b9
builtin/worktree.c
@@ -880,7 +880,7 @@ static void check_clean_worktree(struct worktree *wt,
880
original_path);
881
ret = xread(cp.out, buf, sizeof(buf));
882
if (ret)
883
- die(_("'%s' is dirty, use --force to delete it"),
+ die(_("'%s' contains modified or untracked files, use --force to delete it"),
884
885
close(cp.out);
886
ret = finish_command(&cp);
0 commit comments