The "-ab" switch is functionally equivalent [*] to "=b*",
so why clutter the popup with it?

[*] Try:
    $ diff <(git log --branches) <(git log --branches=*)

Reverts commit 664737c2

Signed-off-by: Pieter Praet <[email protected]>
---
 magit-key-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/magit-key-mode.el b/magit-key-mode.el
index 2bf7010..041763a 100644
--- a/magit-key-mode.el
+++ b/magit-key-mode.el
@@ -56,7 +56,6 @@ (defvar magit-key-mode-groups
       ("-g" "Show Graph" "--graph")
       ("-n" "Name only" "--name-only")
       ("-am" "All match" "--all-match")
-      ("-ab" "All branches" "--branches")
       ("-al" "All" "--all"))
      (arguments
       ("=r" "Relative" "--relative=" read-directory-name)
-- 
1.7.11.1

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"magit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to