git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ff66981
)
completion: fix a typo in a comment
author
SZEDER Gábor
<redacted>
Tue, 13 Aug 2019 12:26:42 +0000
(14:26 +0200)
committer
Junio C Hamano
<redacted>
Tue, 13 Aug 2019 19:31:04 +0000
(12:31 -0700)
Signed-off-by: SZEDER Gábor <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.bash
patch
|
blob
|
history
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,
git clone https://git.99rst.org/PROJECT