summaryrefslogtreecommitdiff
path: root/lisp/km-magit.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/km-magit.el')
-rw-r--r--lisp/km-magit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/km-magit.el b/lisp/km-magit.el
index 616f975..1dba7bd 100644
--- a/lisp/km-magit.el
+++ b/lisp/km-magit.el
@@ -143,7 +143,7 @@ without requiring confirmation.
branch)
current-prefix-arg)))
(unless (string= old new)
- (magit-run-git-no-revert "branch" (if force "-M" "-m") old new)))
+ (magit-run-git "branch" (if force "-M" "-m") old new)))
(defun km/magit-delete-previous-branch (&optional force)
"Delete previous branch.