Allow for case insensitivity in patterns.

This commit is contained in:
Phil Jackson 2010-09-01 10:46:54 +01:00
parent e91decf335
commit ee332fdf4f

View file

@ -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)