Code

Merge branch 'gf/maint-sh-setup-nongit-ok' into maint
[git.git] / contrib / completion / git-completion.bash
index da46bf81e6885d7b72f3112a80b692b95cfbd7a8..fe93747c93a7b65f4657b56ef3962d64b48e3eb7 100755 (executable)
@@ -667,7 +667,7 @@ _git_am ()
 {
        local cur="${COMP_WORDS[COMP_CWORD]}" dir="$(__gitdir)"
        if [ -d "$dir"/rebase-apply ]; then
-               __gitcomp "--skip --resolved --abort"
+               __gitcomp "--skip --continue --resolved --abort"
                return
        fi
        case "$cur" in
@@ -1386,6 +1386,7 @@ _git_rebase ()
                        --preserve-merges --stat --no-stat
                        --committer-date-is-author-date --ignore-date
                        --ignore-whitespace --whitespace=
+                       --autosquash
                        "
 
                return