Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-06 01:54:22 +0300
committerJunio C Hamano <gitster@pobox.com>2016-02-06 01:54:23 +0300
commit5276be848b6f39cb792e97caa53d48dba93c9aee (patch)
treeb0d366b8870d4cec6b8f4053e2d5c06840674da9
parent2db7d79be95aae1a3fe1832bc4c8b473adc2b973 (diff)
parentbd02e97f68b672598c52a39cb8eba508ef7c53bf (diff)
Merge branch 'lv/add-doc-working-tree' into maint
* lv/add-doc-working-tree: git-add doc: do not say working directory when you mean working tree
-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 fe5282f130..6a96a669c2 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.