Hi, the git source seems full of calls similar to strncmp (x, "constant string", 15) is there a reason not to use something like int strxmp (char const *x, char const *y) { return strncmp (x, y, strlen (y)); } everywhere? -- Han-Wen Nienhuys - hanwen@xxxxxxxxx - http://www.xs4all.nl/~hanwen - 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