1
0
mirror of https://github.com/git/git.git synced 2024-10-21 03:28:41 +02:00
git/contrib/completion
Nguyễn Thái Ngọc Duy 554a1df49a 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>
2018-02-09 10:24:51 -08:00
..
.gitattributes
git-completion.bash completion: use __gitcomp_builtin in _git_fetch 2018-02-09 10:24:51 -08:00
git-completion.tcsh
git-completion.zsh
git-prompt.sh git-prompt: fix reading files with windows line endings 2017-12-06 10:08:13 -08:00