]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-cherry-pick.txt
travis-ci: build with GCC 4.8 as well
[thirdparty/git.git] / Documentation / git-cherry-pick.txt
index d64e72462fed7c7c1cd7f0c5543bcd035ce70247..754b16ce0c9da6a137c9f58de86eb44841ae64d6 100644 (file)
@@ -57,6 +57,13 @@ OPTIONS
        With this option, 'git cherry-pick' will let you edit the commit
        message prior to committing.
 
+--cleanup=<mode>::
+       This option determines how the commit message will be cleaned up before
+       being passed on to the commit machinery. See linkgit:git-commit[1] for more
+       details. In particular, if the '<mode>' is given a value of `scissors`,
+       scissors will be appended to `MERGE_MSG` before being passed on in the case
+       of a conflict.
+
 -x::
        When recording the commit, append a line that says
        "(cherry picked from commit ...)" to the original commit