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 (switches
("-m" "Only merge commits" "--merges") ("-m" "Only merge commits" "--merges")
("-f" "First parent" "--first-parent") ("-f" "First parent" "--first-parent")
("-i" "Case insesnitive patterns" "-i")
("-a" "All" "--all")) ("-a" "All" "--all"))
(arguments (arguments
("=b" "Branches" "--branches" read-from-minibuffer) ("=b" "Branches" "--branches" read-from-minibuffer)