Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/rebase-i-shortopt'
[gitweb.git]
/
t
/
lib-rebase.sh
diff --git
a/t/lib-rebase.sh
b/t/lib-rebase.sh
index 241f64b09b3773f5a6b35992a40097a298093771..f6c45ee08f6e348bc7af2939d2bfa65f5c057ae0 100644
(file)
--- a/
t/lib-rebase.sh
+++ b/
t/lib-rebase.sh
@@
-49,7
+49,7
@@
set_fake_editor () {
case $line in
pick|squash|fixup|edit|reword|drop)
action="$line";;
- exec*|break)
+ exec*|break
|b
)
echo "$line" | sed 's/_/ /g' >> "$1";;
"#")
echo '# comment' >> "$1";;