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:
554a1df
)
completion: use __gitcomp_builtin in _git_fsck
author
Nguyễn Thái Ngọc Duy
<redacted>
Fri, 9 Feb 2018 11:01:57 +0000
(18:01 +0700)
committer
Junio C Hamano
<redacted>
Fri, 9 Feb 2018 18:24:51 +0000
(10:24 -0800)
The new completable options are:
--connectivity-only
--dangling
--progress
--reflogs
Signed-off-by: Nguyễn Thái Ngọc Duy <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 4275307c3dd0b0042ad27e8bf8546e6691a06734..340e2414ff0f3dccd70ce2d29a3daa087654a04d 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1499,10
+1499,7
@@
_git_fsck ()
{
case "$cur" in
--*)
- __gitcomp "
- --tags --root --unreachable --cache --no-reflogs --full
- --strict --verbose --lost-found --name-objects
- "
+ __gitcomp_builtin fsck "--no-reflogs"
return
;;
esac
git clone https://git.99rst.org/PROJECT