Merge remote branch 'refs/remotes/nex3/rewrite-status-fix'
This commit is contained in:
commit
f74b1a560c
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -2983,7 +2983,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