Code

git-checkout: Test for relative path use.
[git.git] / Documentation / merge-options.txt
index 0464a346450437493effa497757582c19bb0a5dd..9f1fc825503a7c972fe162f4e2a87781e0f783f3 100644 (file)
        Perform the merge and commit the result. This option can
        be used to override --squash.
 
+--no-ff::
+       Generate a merge commit even if the merge resolved as a
+       fast-forward.
+
+--ff::
+       Do not generate a merge commit if the merge resolved as
+       a fast-forward, only update the branch pointer. This is
+       the default behavior of git-merge.
+
 -s <strategy>, \--strategy=<strategy>::
        Use the given merge strategy; can be supplied more than
        once to specify them in the order they should be tried.