Skip to content

Commit a0c0447

Browse files
committed
Merge branch 'uk/maint-1.5.3-rebase-i-reflog' into maint
* uk/maint-1.5.3-rebase-i-reflog: rebase--interactive: remote stray closing parenthesis Conflicts: git-rebase--interactive.sh
2 parents 802f9c9 + 795cbe9 commit a0c0447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-rebase--interactive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ do_next () {
420420
NEWHEAD=$(git rev-parse HEAD) &&
421421
case $HEADNAME in
422422
refs/*)
423-
message="$GIT_REFLOG_ACTION: $HEADNAME onto $SHORTONTO)" &&
423+
message="$GIT_REFLOG_ACTION: $HEADNAME onto $SHORTONTO" &&
424424
git update-ref -m "$message" $HEADNAME $NEWHEAD $OLDHEAD &&
425425
git symbolic-ref HEAD $HEADNAME
426426
;;

0 commit comments

Comments
 (0)