On 4/18/07, Martin Langhoff <martin.langhoff@xxxxxxxxx> wrote:
In short, git pickaxe -L '/CURLOPT_SSL/' origin/cvshead -- mnet lib/mnet doesn't want to play with me. I initially tried with -S but the new
And I was trying the new pickaxe because oldstyle git-whatchanged was messing up with my head because the space after the -S parameter is not valid syntax. Doesn't work: git whatchanged -p -S 'CURLOPT_' cvshead -- mnet lib/mnet Works: git whatchanged -p -S'CURLOPT_' cvshead -- mnet lib/mnet So -- I'm sorted with this but it's not actually described anywhere I can see :-/ -- I only realised that reading Linus' old posts showing off pickaxe there was no space after the -S and gave it a go. Weird semantics! martin - 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