]> git.ipfire.org Git - thirdparty/git.git/commit - diffcore-pickaxe.c
pickaxe: honor -i when used with -S and --pickaxe-regex
authorRené Scharfe <l.s.r@web.de>
Sat, 22 Mar 2014 17:15:56 +0000 (18:15 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Mar 2014 22:12:45 +0000 (15:12 -0700)
commit218c45a45c4e1c3b09a1b6b2bc6e6ed457e38a9f
treeea626083417207c37c0caf707ffdc47fbbbe2bb9
parent31a8189ad1a0ab6e933cdafb560c513632028d59
pickaxe: honor -i when used with -S and --pickaxe-regex

accccde4 (pickaxe: allow -i to search in patch case-insensitively)
allowed case-insenitive matching for -G and -S, but for the latter
only if fixed string matching is used.  Allow it for -S and regular
expression matching as well to make the support complete.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diffcore-pickaxe.c
t/t4209-log-pickaxe.sh