diff options
author | Carlos Martín Nieto <cmn@elego.de> | 2011-09-20 22:25:57 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-09-21 14:26:38 -0700 |
commit | f7d650c06ea3242cbf0e6ae2820d5b839ab97cd5 (patch) | |
tree | 33c307f4cb61a5145738d0792150f67d97cf5ebf /diff-lib.c | |
parent | 167a5800cb707ed489c3cb88174ee21e95a610ae (diff) | |
download | git-f7d650c06ea3242cbf0e6ae2820d5b839ab97cd5.tar.gz git-f7d650c06ea3242cbf0e6ae2820d5b839ab97cd5.tar.xz |
Remove 'working copy' from the documentation and C code
The git term is 'working tree', so replace the most public references
to 'working copy'.
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff-lib.c')
-rw-r--r-- | diff-lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diff-lib.c b/diff-lib.c index f8454dd29..c5e07545b 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) |