mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-01 12:45:02 -05:00
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>
This commit is contained in:
committed by
Junio C Hamano
parent
8c13a8d7d8
commit
b00116b791
@@ -1606,7 +1606,7 @@ _git_init ()
|
||||
return
|
||||
;;
|
||||
--*)
|
||||
__gitcomp "--quiet --bare --template= --shared --shared="
|
||||
__gitcomp_builtin init
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user