]> git.ipfire.org Git - thirdparty/git.git/commit - wt-status.c
Use "working tree" instead of "working directory" for git status
authorLars Vogel <lars.vogel@gmail.com>
Thu, 9 Jun 2016 18:19:30 +0000 (20:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Jun 2016 19:21:52 +0000 (12:21 -0700)
commit2a0e6cdedab306eccbd297c051035c13d0266343
treecd9609b0f94dd12d5293163d4c7287833d760b21
parent49fa3dc76179e04b0833542fa52d0f287a4955ac
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>
wt-status.c