зеркало из https://github.com/microsoft/git.git
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 <Lars.Vogel@vogella.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
49fa3dc761
Коммит
2a0e6cdeda
|
@ -1554,7 +1554,7 @@ void wt_status_print(struct wt_status *s)
|
|||
else
|
||||
printf(_("nothing to commit\n"));
|
||||
} else
|
||||
printf(_("nothing to commit, working directory clean\n"));
|
||||
printf(_("nothing to commit, working tree clean\n"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче