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-rebase-script
diff --git
a/git-rebase-script
b/git-rebase-script
index 5b791c6bda49ff82fb562519711eb8c7abb6bc55..83289845ac6d260060ac47055b3d9992c8bde822 100755
(executable)
--- a/
git-rebase-script
+++ b/
git-rebase-script
@@
-37,7
+37,7
@@
do
esac
S=`cat "$GIT_DIR/HEAD"` &&
GIT_EXTERNAL_DIFF=git-apply-patch-script git-diff-tree -p $commit &&
- git-commit-script -
m
"$commit" || {
+ git-commit-script -
C
"$commit" || {
echo $commit >>$fail
git-read-tree --reset -u $S
}