Skip to content

Commit 8c13a8d

Browse files
pcloudsgitster
authored andcommitted
completion: use __gitcomp_builtin in _git_help
No new completable options! Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent caf2de3 commit 8c13a8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ _git_help ()
15831583
{
15841584
case "$cur" in
15851585
--*)
1586-
__gitcomp "--all --guides --info --man --web"
1586+
__gitcomp_builtin help
15871587
return
15881588
;;
15891589
esac

0 commit comments

Comments
 (0)