Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase -i: rewrite complete_action() in C
[gitweb.git]
/
git-rebase.sh
diff --git
a/git-rebase.sh
b/git-rebase.sh
index f3b10c7f62d1aaed445bf2b08ff926f253a49925..86da3816beec2d317b8cec04766bb1961aceb1f4 100755
(executable)
--- a/
git-rebase.sh
+++ b/
git-rebase.sh
@@
-219,7
+219,7
@@
run_specific_rebase () {
if test $ret -eq 0
then
finish_rebase
- elif test $ret -eq 2 # special exit status for rebase -
i
+ elif test $ret -eq 2 # special exit status for rebase -
p
then
apply_autostash &&
rm -rf "$state_dir" &&