Le 24 févr. 2012 à 10:08, Jim Meyering a écrit : > Here's a complete patch, with the additional tweak of replacing > the other occurrence of str''cmp with $(s_).
Actually I don't think you need it. Ironically, you need it only when not factoring it, and this gives a furious desire to factor it :) I thought this was done to avoid being matched by itself, but actually the pattern features \(, not (, so maybe it's something else? To avoid false matches with plain git grep strcmp within gnulib itself?