git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Lars Vogel <lars.vogel@gmail.com>
To: git@vger.kernel.org
Cc: Lars Vogel <Lars.Vogel@vogella.com>
Subject: [PATCH] Use "working tree" instead of "working directory" for git status
Date: Thu,  9 Jun 2016 20:19:30 +0200	[thread overview]
Message-ID: <1465496370-11664-1-git-send-email-Lars.Vogel@vogella.com> (raw)

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>
---
 wt-status.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wt-status.c b/wt-status.c
index 4f27bd6..4ce4e35 100644
--- a/wt-status.c
+++ b/wt-status.c
@@ -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"));
 	}
 }
 
-- 
2.8.1

             reply	other threads:[~2016-06-09 18:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-09 18:19 Lars Vogel [this message]
2016-06-09 19:46 ` [PATCH] Use "working tree" instead of "working directory" for git status Matthieu Moy
2016-06-09 19:59   ` Junio C Hamano
  -- strict thread matches above, loose matches on Subject: below --
2016-06-09 17:46 Lars Vogel
2016-06-09 17:55 ` Eric Sunshine
2016-06-09 18:21   ` Lars Vogel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465496370-11664-1-git-send-email-Lars.Vogel@vogella.com \
    --to=lars.vogel@gmail.com \
    --cc=Lars.Vogel@vogella.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).