summaryrefslogtreecommitdiffstats
path: root/git-update-index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-update-index.txt')
-rw-r--r--git-update-index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-update-index.txt b/git-update-index.txt
index 5ea2f2c60..f4bb9c5da 100644
--- a/git-update-index.txt
+++ b/git-update-index.txt
@@ -420,7 +420,7 @@ as `switch`, `pull`, `merge`) will avoid writing these files.
However, these commands will sometimes write these files anyway in
important cases such as conflicts during a merge or rebase. Git
commands will also avoid treating the lack of such files as an
-intentional deletion; for example `git add -u` will not not stage a
+intentional deletion; for example `git add -u` will not stage a
deletion for these files and `git commit -a` will not make a commit
deleting them either.