Merge branch 'es/grep-require-name-when-needed'
[gitweb.git] / Documentation / merge-options.txt
index bcf0b3e49c6ff25b78dcd7244bfb671631603929..61876dbc335e240b8842aba3dd4e3fd8a54e574a 100644 (file)
@@ -33,8 +33,11 @@ updated behaviour, the environment variable `GIT_MERGE_AUTOEDIT` can be
 set to `no` at the beginning of them.
 
 --cleanup=<mode>::
-       This option determines how the merge message will be cleaned up
-       before commiting. See linkgit:git-commit[1] for more details.
+       This option determines how the merge message will be cleaned up before
+       commiting. See linkgit:git-commit[1] for more details. In addition, if
+       the '<mode>' is given a value of `scissors`, scissors will be appended
+       to `MERGE_MSG` before being passed on to the commit machinery in the
+       case of a merge conflict.
 
 --ff::
        When the merge resolves as a fast-forward, only update the branch