Re: Why does git log --author=pattern not work with regexp-ignore-case and other regexp-related options?

2015-04-20 Thread Junio C Hamano
Tim Friske m...@tifr.de writes: I wonder why git log --author=pattern does not work with the regexp-ignore-case option and the other regexp-related options Wouldn't it be useful to make ... I think the reason is because nobody bothered to make it so. That does not necessarily say what you

Why does git log --author=pattern not work with regexp-ignore-case and other regexp-related options?

2015-04-19 Thread Tim Friske
Hi, I wonder why git log --author=pattern does not work with the regexp-ignore-case option and the other regexp-related options? Wouldn't it be useful to make the author=pattern option support the following options? * basic-regexp * extended-regexp * fixed-strings * perl-regexp In the