Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase -i: recognize short commands without arguments
[gitweb.git]
/
t
/
lib-rebase.sh
diff --git
a/t/lib-rebase.sh
b/t/lib-rebase.sh
index 25a77ee5cb04088297b7d9fd93d04d76e1494875..86572438ec7832d96c24012dba7842bceb5a85cf 100644
(file)
--- a/
t/lib-rebase.sh
+++ b/
t/lib-rebase.sh
@@
-49,7
+49,7
@@
set_fake_editor () {
case $line in
squash|fixup|edit|reword|drop)
action="$line";;
- exec*)
+ exec*
|break|b
)
echo "$line" | sed 's/_/ /g' >> "$1";;
"#")
echo '# comment' >> "$1";;