summaryrefslogtreecommitdiff
path: root/git-cherry
diff options
context:
space:
mode:
Diffstat (limited to 'git-cherry')
-rwxr-xr-xgit-cherry2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-cherry b/git-cherry
index f3bfbf3a4e..0cd7d40055 100755
--- a/git-cherry
+++ b/git-cherry
@@ -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
'