summaryrefslogtreecommitdiff
path: root/Documentation/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-03 22:16:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-02-03 22:16:04 (GMT)
commit465c30a9c6f68c3bac25cd875624286baa37b41c (patch)
tree143db4f78f54b25d24fa287f7c6bda30a2ab8101 /Documentation/git-add.txt
parentdd65a9e5e3b6298e4fa52e21680008e7fd5556ea (diff)
parentbd02e97f68b672598c52a39cb8eba508ef7c53bf (diff)
downloadgit-465c30a9c6f68c3bac25cd875624286baa37b41c.zip
git-465c30a9c6f68c3bac25cd875624286baa37b41c.tar.gz
git-465c30a9c6f68c3bac25cd875624286baa37b41c.tar.bz2
Merge branch 'lv/add-doc-working-tree'
* lv/add-doc-working-tree: git-add doc: do not say working directory when you mean working tree
Diffstat (limited to 'Documentation/git-add.txt')
-rw-r--r--Documentation/git-add.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt
index fe5282f..6a96a66 100644
--- a/Documentation/git-add.txt
+++ b/Documentation/git-add.txt
@@ -24,7 +24,7 @@ remove paths that do not exist in the working tree anymore.
The "index" holds a snapshot of the content of the working tree, and it
is this snapshot that is taken as the contents of the next commit. Thus
-after making any changes to the working directory, and before running
+after making any changes to the working tree, and before running
the commit command, you must use the `add` command to add any new or
modified files to the index.