Skip to content

Commit 2a0e6cd

Browse files
vogellagitster
authored andcommitted
Use "working tree" instead of "working directory" for git status
Working directory can be easily confused with the current directory. In one of my patches I already updated the usage of working directory with working tree for the man page but I noticed that git status also uses this incorrect term. Signed-off-by: Lars Vogel <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 49fa3dc commit 2a0e6cd

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)