refs.c: allow listing and deleting badly named refs
[gitweb.git] / contrib / completion / git-completion.bash
index 5ea5b82d2b6c54111c059a1c844c6e9f0b3d3a79..2ed230a861248f510e8e9d4597faef6f14ffd552 100644 (file)
@@ -1467,6 +1467,7 @@ _git_log ()
                        --abbrev-commit --abbrev=
                        --relative-date --date=
                        --pretty= --format= --oneline
+                       --show-signature
                        --cherry-pick
                        --graph
                        --decorate --decorate=
@@ -2344,6 +2345,7 @@ _git_show ()
                ;;
        --*)
                __gitcomp "--pretty= --format= --abbrev-commit --oneline
+                       --show-signature
                        $__git_diff_common_options
                        "
                return