Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase -i: fix reword when using a terminal editor
[gitweb.git]
/
git-rebase--interactive.sh
diff --git
a/git-rebase--interactive.sh
b/git-rebase--interactive.sh
index a43ee22c642a450e672ae4f5fdef688e2dbc16e5..a1879e3ace72704086010dc5528d3897a91a6d02 100755
(executable)
--- a/
git-rebase--interactive.sh
+++ b/
git-rebase--interactive.sh
@@
-346,7
+346,7
@@
do_next () {
mark_action_done
pick_one $sha1 ||
die_with_patch $sha1 "Could not apply $sha1... $rest"
-
output
git commit --amend
+ git commit --amend
;;
edit|e)
comment_for_reflog edit