Plamen Totev <plamen.totev@xxxxxx> writes: > pickaxe search also uses kwsearch so the case insensitive search with > it does not work (e.g. git log -i -S). Maybe this is a less of a > problem here as one is expected to search for exact string (hence > knows the case) You reasoned correctly, I think. Pickaxe, as one of the building blocks to implement Linus's ultimate change tracking tool [*1*], should never pay attention to "-i". It is a step to finding the commit that touches the exact code block given (i.e. "how do you drill down?" part of $gmane/217 message). Thanks. [Footnote] *1* http://article.gmane.org/gmane.comp.version-control.git/217 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html