bash: Support internal revlist options better.
[gitweb.git] / contrib / completion / git-completion.bash
index 3b1f100f1b27d02d0d923ce2cac3ea087c1da499..466cc32f4ce4254453f2083e5a0619827971410f 100755 (executable)
@@ -494,6 +494,7 @@ _git_format_patch ()
                        --signoff
                        --in-reply-to=
                        --full-index --binary
+                       --not --all
                        "
                return
                ;;
@@ -532,6 +533,7 @@ _git_log ()
                        --author= --committer= --grep=
                        --all-match
                        --pretty= --name-status --name-only
+                       --not --all
                        "
                return
                ;;
@@ -898,7 +900,7 @@ _gitk ()
                return
                ;;
        esac
-       __gitcomp "$(__git_refs)"
+       __git_complete_revlist
 }
 
 complete -o default -o nospace -F _git git