Skip to content

Commit 1cc4624

Browse files
ossilatorgitster
authored andcommitted
t/lib-rebase: set_fake_editor(): fix recognition of reset's short command
... in FAKE_LINES. This has been broken ever since it was introduced in 5dcdd74 (t/lib-rebase: prepare for testing `git rebase --rebase-merges`, 2019-07-31), but it's not actually used, so it's a cosmetic defect only. Signed-off-by: Oswald Buddenhagen <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ac83bc5 commit 1cc4624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/lib-rebase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ set_fake_editor () {
4949
action=\&
5050
for line in $FAKE_LINES; do
5151
case $line in
52-
pick|p|squash|s|fixup|f|edit|e|reword|r|drop|d|label|l|reset|r|merge|m)
52+
pick|p|squash|s|fixup|f|edit|e|reword|r|drop|d|label|l|reset|t|merge|m)
5353
action="$line";;
5454
exec_*|x_*|break|b)
5555
echo "$line" | sed 's/_/ /g' >> "$1";;

0 commit comments

Comments
 (0)