X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-add.txt;h=a03448f9231f78340fc492bffa009b96648ee6ac;hb=252712111fad127db365e3dd764309fe5658679a;hp=54aaaeb41b969be4c79a2a8072bc6daca469ca8d;hpb=0ec9ee3bcf5c926df9d54f63ff3ed8b97e19bb0d;p=git.git diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 54aaaeb41..a03448f92 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -333,7 +333,7 @@ likely to introduce confusing changes to the index. There are also more complex operations that can be performed. But beware that because the patch is applied only to the index and not the working tree, the working tree will appear to "undo" the change in the index. -For example, introducing a a new line into the index that is in neither +For example, introducing a new line into the index that is in neither the HEAD nor the working tree will stage the new line for commit, but the line will appear to be reverted in the working tree.