]> git.ipfire.org Git - thirdparty/git.git/commitdiff
completion: add option '--guides' to 'git help'
authorRalf Thielow <ralf.thielow@gmail.com>
Thu, 24 Mar 2016 18:27:13 +0000 (19:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Mar 2016 20:09:05 +0000 (13:09 -0700)
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash

index 00d729996fab5be89696bf4841205d45c49c7794..e4fdd7f81948a3d4ed9f58ab1557362dadd3e43d 100644 (file)
@@ -1338,7 +1338,7 @@ _git_help ()
 {
        case "$cur" in
        --*)
-               __gitcomp "--all --info --man --web"
+               __gitcomp "--all --guides --info --man --web"
                return
                ;;
        esac