summaryrefslogtreecommitdiff
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@elego.de>2011-09-20 20:25:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-09-21 21:26:38 (GMT)
commitf7d650c06ea3242cbf0e6ae2820d5b839ab97cd5 (patch)
tree33c307f4cb61a5145738d0792150f67d97cf5ebf /Documentation/git-svn.txt
parent167a5800cb707ed489c3cb88174ee21e95a610ae (diff)
downloadgit-f7d650c06ea3242cbf0e6ae2820d5b839ab97cd5.zip
git-f7d650c06ea3242cbf0e6ae2820d5b839ab97cd5.tar.gz
git-f7d650c06ea3242cbf0e6ae2820d5b839ab97cd5.tar.bz2
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 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 08cad6d..f977e87 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -318,7 +318,7 @@ Any other arguments are passed directly to 'git log'
Show what revision and author last modified each line of a file. The
output of this mode is format-compatible with the output of
`svn blame' by default. Like the SVN blame command,
- local uncommitted changes in the working copy are ignored;
+ local uncommitted changes in the working tree are ignored;
the version of the file in the HEAD revision is annotated. Unknown
arguments are passed directly to 'git blame'.
+