From 0b28ec6964ee52a36779161f9d1437de80ef94c3 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 9 Jul 2016 23:39:08 -0400 Subject: Add magit-log-modify-range command --- init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 1c865be..795a073 100644 --- a/init.el +++ b/init.el @@ -922,6 +922,9 @@ (magit-define-popup-action 'magit-log-popup ?e "Edit options" 'magit-log-refresh-popup) + (magit-define-popup-action 'magit-log-refresh-popup + ?m "Modify range" 'km/magit-log-modify-range) + (magit-change-popup-key 'magit-branch-popup :action ?c ?o) (magit-change-popup-key 'magit-branch-popup :action -- cgit v1.2.3