From: René Scharfe Date: Sat, 22 Mar 2014 17:15:56 +0000 (+0100) Subject: pickaxe: honor -i when used with -S and --pickaxe-regex X-Git-Tag: v2.0.0-rc0~32^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/218c45a45c4e1c3b09a1b6b2bc6e6ed457e38a9f?hp=218c45a45c4e1c3b09a1b6b2bc6e6ed457e38a9f 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 Signed-off-by: Junio C Hamano ---