Merge remote branch 'refs/remotes/avar/avar/interactive-rebase-read-rev'
This commit is contained in:
commit
927f9b2206
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -3919,7 +3919,7 @@ Return values:
|
|||
(unwind-protect
|
||||
(magit-run-git-async "rebase" "-i"
|
||||
(or (and commit (concat commit "^"))
|
||||
(read-string "Interactively rebase to: ")))
|
||||
(magit-read-rev "Interactively rebase to" (magit-guess-branch))))
|
||||
(if old-editor
|
||||
(setenv "GIT_EDITOR" old-editor)))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue