Make sure the status buffer is updated after a rebase.
This commit is contained in:
parent
5744d3ec98
commit
60780379f7
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -2939,7 +2939,7 @@ Uncomitted changes in both working tree and staging area are lost.
|
||||||
(when (or noconfirm
|
(when (or noconfirm
|
||||||
(yes-or-no-p "Stop rewrite? "))
|
(yes-or-no-p "Stop rewrite? "))
|
||||||
(magit-write-rewrite-info nil)
|
(magit-write-rewrite-info nil)
|
||||||
(magit-need-refresh))))
|
(magit-refresh))))
|
||||||
|
|
||||||
(defun magit-rewrite-abort ()
|
(defun magit-rewrite-abort ()
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Reference in a new issue