completion: use __gitcomp_builtin in _git_clone
commit4304d3d1442d667de3b9c28f25b722ba440a39cd
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 9 Feb 2018 11:01:51 +0000 (9 18:01 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2018 18:24:50 +0000 (9 10:24 -0800)
treeee260b3c01507bdd9a2a6b2efacf8708b8a326b0
parent26e90958e9f2561d88e01b379f143e5c03f5e764
completion: use __gitcomp_builtin in _git_clone

The new completable options are:

--config
--dissociate
--ipv4
--ipv6
--jobs=
--progress
--reference-if-able
--separate-git-dir=
--shallow-exclude
--shallow-since=
--verbose

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