Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
completion: use __gitcomp_builtin in _git_fsck
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Fri, 9 Feb 2018 11:01:57 +0000
(18:01 +0700)
committer
Junio C Hamano
<gitster@pobox.com>
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 <pclouds@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
(from parent 1:
554a1df
)
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