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
|
||||
("-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)
|
||||
|
|
Loading…
Add table
Reference in a new issue