summaryrefslogtreecommitdiff
path: root/lisp/km-magit.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-01-17 01:19:48 -0500
committerKyle Meyer <kyle@kyleam.com>2016-01-17 01:19:48 -0500
commitbaf150322c559c2fc0b9d3edf17126752e64d9b5 (patch)
treea6c901b01c163d7a18d9e2a4491f5bbf43af2373 /lisp/km-magit.el
parent5683a910d2ff4cdf8f3ac1b3ebda0ed2e10fed99 (diff)
downloademacs.d-baf150322c559c2fc0b9d3edf17126752e64d9b5.tar.gz
Update for upstream Magit revert changes
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.