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:
ecaf798
)
completion: zsh: trivial cleanup
author
Felipe Contreras
<redacted>
Wed, 28 Oct 2020 02:07:00 +0000
(20:07 -0600)
committer
Junio C Hamano
<redacted>
Wed, 28 Oct 2020 21:30:59 +0000
(14:30 -0700)
Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.zsh
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.zsh
b/contrib/completion/git-completion.zsh
index 3689bcbd6c5767b6aa1a342fb874247f0681a7df..234e4278a2df9c9600d6cb7fdbac3a8ad786c482 100644
(file)
--- a/
contrib/completion/git-completion.zsh
+++ b/
contrib/completion/git-completion.zsh
@@
-136,7
+136,7
@@
__gitcomp_file ()
{
emulate -L zsh
- compadd -
p "${2-}" -f
-- ${(f)1} && _ret=0
+ compadd -
f -p "${2-}"
-- ${(f)1} && _ret=0
}
__git_zsh_bash_func ()
git clone https://git.99rst.org/PROJECT