We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 802f9c9 + 795cbe9 commit a0c0447Copy full SHA for a0c0447
git-rebase--interactive.sh
@@ -420,7 +420,7 @@ do_next () {
420
NEWHEAD=$(git rev-parse HEAD) &&
421
case $HEADNAME in
422
refs/*)
423
- message="$GIT_REFLOG_ACTION: $HEADNAME onto $SHORTONTO)" &&
+ message="$GIT_REFLOG_ACTION: $HEADNAME onto $SHORTONTO" &&
424
git update-ref -m "$message" $HEADNAME $NEWHEAD $OLDHEAD &&
425
git symbolic-ref HEAD $HEADNAME
426
;;
0 commit comments