Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-commit: log parameter updates.
[gitweb.git]
/
git-cherry
diff --git
a/git-cherry
b/git-cherry
index f3bfbf3a4e381010755161167ddec2a64f68a17f..0cd7d40055356881b14e1a6074e61a3ab643d43b 100755
(executable)
--- 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
'