]> git.ipfire.org Git - thirdparty/git.git/commit
completion: use __gitcomp_builtin in _git_fetch
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 9 Feb 2018 11:01:56 +0000 (18:01 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2018 18:24:51 +0000 (10:24 -0800)
commit554a1df49a743fe1a2e35fac53d602c055bc7941
tree170d74b9c56f7213040f335dbcd3452182df2e14
parent6cc4bc15f92e85b41d9da9075905f20c6a9008fe
completion: use __gitcomp_builtin in _git_fetch

New completable options:

--deepen=
--ipv4
--ipv6
--jobs=
--multiple
--progress
--refmap=
--shallow-exclude=
--shallow-since=
--update-head-ok

Since _git_pull() needs fetch options too, $__git_fetch_options
remains. This variable will soon be gone after _git_pull() is updated.

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