Code

Merge branch 'pk/fast-import-dirs'
[git.git] / contrib / completion / git-completion.bash
index dd7ec5dd66425040e5bbdf0466f7ca822b3a6370..98592040d1bb38c2c6a3e918dc992eb60532f41c 100755 (executable)
@@ -1049,6 +1049,7 @@ _git_grep ()
                        --extended-regexp --basic-regexp --fixed-strings
                        --files-with-matches --name-only
                        --files-without-match
+                       --max-depth
                        --count
                        --and --or --not --all-match
                        "
@@ -1531,7 +1532,7 @@ _git_config ()
        url.*.*)
                local pfx="${cur%.*}."
                cur="${cur##*.}"
-               __gitcomp "insteadof" "$pfx" "$cur"
+               __gitcomp "insteadOf pushInsteadOf" "$pfx" "$cur"
                return
                ;;
        esac