git-commit: log parameter updates.
[gitweb.git] / git-cherry
index f3bfbf3a4e381010755161167ddec2a64f68a17f..0cd7d40055356881b14e1a6074e61a3ab643d43b 100755 (executable)
@@ -23,7 +23,7 @@ The output is intended to be used as:
     while read commit
     do
         GIT_EXTERNAL_DIFF=git-apply-patch-script git-diff-tree -p "$commit" &&
-       git-commit-script -m "$commit"
+       git-commit-script -C "$commit"
     done
 '