зеркало из https://github.com/microsoft/git.git
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
This commit is contained in:
Коммит
a0c0447b8e
|
@ -420,7 +420,7 @@ do_next () {
|
|||
NEWHEAD=$(git rev-parse HEAD) &&
|
||||
case $HEADNAME in
|
||||
refs/*)
|
||||
message="$GIT_REFLOG_ACTION: $HEADNAME onto $SHORTONTO)" &&
|
||||
message="$GIT_REFLOG_ACTION: $HEADNAME onto $SHORTONTO" &&
|
||||
git update-ref -m "$message" $HEADNAME $NEWHEAD $OLDHEAD &&
|
||||
git symbolic-ref HEAD $HEADNAME
|
||||
;;
|
||||
|
|
Загрузка…
Ссылка в новой задаче