Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'lv/add-doc-working-tree'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 3 Feb 2016 22:16:04 +0000
(14:16 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 3 Feb 2016 22:16:04 +0000
(14:16 -0800)
* lv/add-doc-working-tree:
git-add doc: do not say working directory when you mean working tree
Documentation/git-add.txt
patch
|
blob
|
history
raw
(from parent 1:
dd65a9e
)
diff --git
a/Documentation/git-add.txt
b/Documentation/git-add.txt
index fe5282f1305902545eaff585ced432d296dd64f4..6a96a669c299ebd0408d3a1e34d8e42541f3a9e8 100644
(file)
--- 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.