From: Nguyễn Thái Ngọc Duy Date: Fri, 9 Feb 2018 11:02:17 +0000 (+0700) Subject: completion: use __gitcomp_builtin in _git_show_branch X-Git-Tag: v2.17.0-rc0~7^2~7 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=09e271adf183df3a83f4e3ed138ef161c8060d92;p=git.git completion: use __gitcomp_builtin in _git_show_branch No new completable options! Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 30a51c5015..7d58969efb 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -2773,12 +2773,7 @@ _git_show_branch () { case "$cur" in --*) - __gitcomp " - --all --remotes --topo-order --date-order --current --more= - --list --independent --merge-base --no-name - --color --no-color - --sha1-name --sparse --topics --reflog - " + __gitcomp_builtin show-branch "--no-color" return ;; esac