X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flib-rebase.sh;h=6ccf7970916b58748aedcce7e583eed2dee782d3;hb=3749fde561ad495dea74b0d3a13bba571068396d;hp=6aefe27593e89d57f075bc0d3dbc5a1104d874b7;hpb=0476228de500049804ae599f557658c3f9042ad0;p=git.git diff --git a/t/lib-rebase.sh b/t/lib-rebase.sh index 6aefe2759..6ccf79709 100644 --- a/t/lib-rebase.sh +++ b/t/lib-rebase.sh @@ -47,6 +47,8 @@ for line in $FAKE_LINES; do case $line in squash|fixup|edit|reword) action="$line";; + exec*) + echo "$line" | sed 's/_/ /g' >> "$1";; "#") echo '# comment' >> "$1";; ">")