Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
completion: fix a typo in a comment
author
SZEDER Gábor
<szeder.dev@gmail.com>
Tue, 13 Aug 2019 12:26:42 +0000
(14:26 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 13 Aug 2019 19:31:04 +0000
(12:31 -0700)
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
ff66981
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index e087c4bf0085add8e968e128db6b667acbc80320..cd9d8e1940a88b13a0b7a878dd4e9e529768019f 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-524,7
+524,7
@@
__git_index_files ()
# Even when a directory name itself does not contain
# any special characters, it will still be quoted if
# any of its (stripped) trailing path components do.
- # Because of this we may have seen the same direcory
+ # Because of this we may have seen the same direc
t
ory
# both quoted and unquoted.
if (p in paths)
# We have seen the same directory unquoted,