summaryrefslogtreecommitdiff
path: root/diff-lib.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-26 23:13:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-10-26 23:13:31 (GMT)
commita5ad8d1bddecfcbe318e5e409e6e9e40c7c073d3 (patch)
treeed77c22d84395d3c766686c6da92b014974b07e4 /diff-lib.c
parentf0911b996cac9b89b9175676f74bbcb5a9a9e34f (diff)
parentf7d650c06ea3242cbf0e6ae2820d5b839ab97cd5 (diff)
downloadgit-a5ad8d1bddecfcbe318e5e409e6e9e40c7c073d3.zip
git-a5ad8d1bddecfcbe318e5e409e6e9e40c7c073d3.tar.gz
git-a5ad8d1bddecfcbe318e5e409e6e9e40c7c073d3.tar.bz2
Merge branch 'cn/eradicate-working-copy' into maint
* cn/eradicate-working-copy: Remove 'working copy' from the documentation and C code
Diffstat (limited to 'diff-lib.c')
-rw-r--r--diff-lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff-lib.c b/diff-lib.c
index ebe751e..62f4cd9 100644
--- a/diff-lib.c
+++ b/diff-lib.c
@@ -289,7 +289,7 @@ static void show_new_file(struct rev_info *revs,
/*
* New file in the index: it might actually be different in
- * the working copy.
+ * the working tree.
*/
if (get_stat_data(new, &sha1, &mode, cached, match_missing,
&dirty_submodule, &revs->diffopt) < 0)