Skip to content

Commit 89aef71

Browse files
committed
Merge branch 'lv/status-say-working-tree-not-directory' into maint
"git status" used to say "working directory" when it meant "working tree". * lv/status-say-working-tree-not-directory: Use "working tree" instead of "working directory" for git status
2 parents 1729853 + 2a0e6cd commit 89aef71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wt-status.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,7 @@ void wt_status_print(struct wt_status *s)
15541554
else
15551555
printf(_("nothing to commit\n"));
15561556
} else
1557-
printf(_("nothing to commit, working directory clean\n"));
1557+
printf(_("nothing to commit, working tree clean\n"));
15581558
}
15591559
}
15601560

0 commit comments

Comments
 (0)