ref namespaces: Support remote repositories via upload-pack and receive-pack
[gitweb.git] / contrib / completion / git-completion.bash
index d6ddf81d694abd0ec5c16c20e9a90acfbcb753f2..32eb9cb4ffb29a1a5ba9cae1f1ec98e5e5af401b 100755 (executable)
@@ -1534,7 +1534,7 @@ __git_log_common_options="
 __git_log_gitk_options="
        --dense --sparse --full-history
        --simplify-merges --simplify-by-decoration
-       --left-right
+       --left-right --notes --no-notes
 "
 # Options that go well for log and shortlog (not gitk)
 __git_log_shortlog_options="
@@ -2639,6 +2639,7 @@ _git ()
                        --exec-path
                        --html-path
                        --work-tree=
+                       --namespace=
                        --help
                        "
                        ;;