Skip to content

Commit b00116b

Browse files
pcloudsgitster
authored andcommitted
completion: use __gitcomp_builtin in _git_init
The new completable option is --separate-git-dir=. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 8c13a8d commit b00116b

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
@@ -1606,7 +1606,7 @@ _git_init ()
16061606
return
16071607
;;
16081608
--*)
1609-
__gitcomp "--quiet --bare --template= --shared --shared="
1609+
__gitcomp_builtin init
16101610
return
16111611
;;
16121612
esac

0 commit comments

Comments
 (0)