diff options
Diffstat (limited to 'git-cherry')
-rwxr-xr-x | git-cherry | 2 |
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 ' |