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