From 644cdf82dfc7cac2d6ef40d08baa2251b587291b Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Wed, 1 Sep 2010 00:03:35 +0100 Subject: [PATCH] Added branches arg. --- magit-key-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/magit-key-mode.el b/magit-key-mode.el index 3a3d6fd9..aa61cda4 100644 --- a/magit-key-mode.el +++ b/magit-key-mode.el @@ -168,6 +168,7 @@ ("-f" "First parent" "--first-parent") ("-a" "All" "--all")) (arguments + ("=b" "Branches" "--branches" read-from-minibuffer) ("=a" "Author" "--author" read-from-minibuffer) ("=g" "Grep" "--grep" read-from-minibuffer)))) "Holds the key, help, function mapping for the log-mode. If you