Merge branch 'rj/cygwin-msvc'
[gitweb.git] / contrib / completion / git-completion.bash
index 2a9a88968f40ec82ad980b3408a0fc389be02c32..bd66639d481db97511ef6fe3abf1b0a5d3da6ea3 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 ()