Allow for case insensitivity in patterns.
This commit is contained in:
parent
e91decf335
commit
ee332fdf4f
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue