summaryrefslogtreecommitdiff
path: root/lisp/init-git.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-10-24 00:57:54 -0400
committerKyle Meyer <kyle@kyleam.com>2015-10-24 00:57:54 -0400
commit812cb44e17ee2719a438e3e36cc8460802fcdd1c (patch)
treece12732d57a33eb4a5001f9e47c37c3161533d7f /lisp/init-git.el
parent512b73afdba901c81cb22b54286628fb4dcbc3a6 (diff)
downloademacs.d-812cb44e17ee2719a438e3e36cc8460802fcdd1c.tar.gz
Make room for magit-branch-spinoff
I already use "s" for km/magit-backup-branch.
Diffstat (limited to 'lisp/init-git.el')
-rw-r--r--lisp/init-git.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el
index f559b51..c8c8178 100644
--- a/lisp/init-git.el
+++ b/lisp/init-git.el
@@ -623,6 +623,8 @@ show tags by default."
?s "Backup current branch" 'km/magit-backup-branch)
(magit-define-popup-action 'magit-branch-popup
?t "Local tracking" 'km/magit-checkout-local-tracking)
+(magit-define-popup-action 'magit-branch-popup
+ ?v "Spin off" 'magit-branch-spinoff)
(defadvice magit-merge-editmsg (around km/magit-merge-editmsg-no-ff activate)
"Set '--no-ff' flag when running `magit-merge-editmsg'."