]> Pileus Git - ~andy/git/blobdiff - contrib/completion/git-completion.bash
Merge branch 'jk/bash-completion'
[~andy/git] / contrib / completion / git-completion.bash
index ebc40d4845586bcdd7df8f02c34db9b157cfe149..fa3ae1e8535c786dc724ab7a73cccb6f3bfca8de 100644 (file)
@@ -2490,9 +2490,10 @@ __git_main ()
                i="${words[c]}"
                case "$i" in
                --git-dir=*) __git_dir="${i#--git-dir=}" ;;
+               --git-dir)   ((c++)) ; __git_dir="${words[c]}" ;;
                --bare)      __git_dir="." ;;
                --help) command="help"; break ;;
-               -c) c=$((++c)) ;;
+               -c|--work-tree|--namespace) ((c++)) ;;
                -*) ;;
                *) command="$i"; break ;;
                esac
@@ -2510,6 +2511,7 @@ __git_main ()
                        --exec-path
                        --exec-path=
                        --html-path
+                       --man-path
                        --info-path
                        --work-tree=
                        --namespace=