From: Nguyễn Thái Ngọc Duy Date: Fri, 9 Feb 2018 11:02:09 +0000 (+0700) Subject: completion: use __gitcomp_builtin in _git_pull X-Git-Tag: v2.17.0-rc0~7^2~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/32e64e507bb294ae7828f0ab265ffbde5dc28566?ds=inline;hp=32e64e507bb294ae7828f0ab265ffbde5dc28566 completion: use __gitcomp_builtin in _git_pull This is really nice. Since pull_options[] already declares all passthru options to 'merge' or 'fetch', a single git pull --git-completion-helper would provide all completable options (--no- variants are a separate issue). Dead shell variables can now be deleted. New completable options are: --allow-unrelated-histories --ipv4 --ipv6 --jobs --refmap= --signoff --strategy-option= Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---