diff --git a/magit-key-mode.el b/magit-key-mode.el index a0562509..fded507b 100644 --- a/magit-key-mode.el +++ b/magit-key-mode.el @@ -160,6 +160,7 @@ (switches ("-m" "Only merge commits" "--merges") ("-f" "First parent" "--first-parent") + ("-i" "Case insesnitive patterns" "-i") ("-a" "All" "--all")) (arguments ("=b" "Branches" "--branches" read-from-minibuffer)