Code

bash: Support git-rebase -m continuation completion.
[git.git] / contrib / completion / git-completion.bash
index 430e6367a7d944f59a986df442e389d27f41927c..b0ff87d8d0a0afe04770611bd36b437520ef1dbb 100755 (executable)
@@ -675,7 +675,7 @@ _git_push ()
 _git_rebase ()
 {
        local cur="${COMP_WORDS[COMP_CWORD]}"
-       if [ -d .dotest ]; then
+       if [ -d .dotest ] || [ -d .git/.dotest-merge ]; then
                __gitcomp "--continue --skip --abort"
                return
        fi