From 886ef58878a3650a1c07ab418cbff1e2d2cb1c8f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 5 Dec 2015 23:38:30 -0500 Subject: magit-log-popup: Add wip log commands --- lisp/init-git.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/init-git.el') diff --git a/lisp/init-git.el b/lisp/init-git.el index 6f15811..69dc888 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -639,6 +639,10 @@ show tags by default." (magit-define-popup-action 'magit-log-popup ?e "Edit options" 'magit-log-refresh-popup) +(magit-define-popup-action 'magit-log-popup + ?w "Log current WIP" 'magit-wip-log-current) +(magit-define-popup-action 'magit-log-popup + ?W "Log other WIP" 'magit-wip-log) (magit-define-popup-action 'magit-branch-popup ?c "Create & checkout from current" -- cgit v1.2.3