From: Ralf Thielow Date: Thu, 24 Mar 2016 18:27:13 +0000 (+0100) Subject: completion: add option '--guides' to 'git help' X-Git-Tag: v2.9.0-rc0~135^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=716b29db91369334e9e14dbbf54e75cd061aa6a4;p=thirdparty%2Fgit.git completion: add option '--guides' to 'git help' Signed-off-by: Ralf Thielow Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 00d729996f..e4fdd7f819 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1338,7 +1338,7 @@ _git_help () { case "$cur" in --*) - __gitcomp "--all --info --man --web" + __gitcomp "--all --guides --info --man --web" return ;; esac