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>
This commit is contained in:
committed by
Junio C Hamano
parent
167a5800cb
commit
f7d650c06e
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user