]> asedeno.scripts.mit.edu Git - git.git/blobdiff - contrib/completion/git-completion.bash
Merge branch 'lt/revision-bisect'
[git.git] / contrib / completion / git-completion.bash
index e3ddecc995eb30391639983d9f6f0db7567d7b9a..a0917d18095f63abd1935be33e8fbcdfb6b2b6fa 100755 (executable)
@@ -1224,7 +1224,7 @@ _git_log ()
 
 __git_merge_options="
        --no-commit --no-stat --log --no-log --squash --strategy
-       --commit --stat --no-squash --ff --no-ff
+       --commit --stat --no-squash --ff --no-ff --ff-only
 "
 
 _git_merge ()