Hi, On Tue, 22 Jul 2008, Alex Riesen wrote: > +#ifndef NO_TRUSTABLE_FILEMODE > if (ce->ce_ctime != (unsigned int) st->st_ctime) > changed |= CTIME_CHANGED; > +#endif Surely you meant trust_executable_bit instead, right? Otherwise, if you really want to tell at compile time,I think for clarity you have to introduce another #define, since NO_TRUSTABLE_FILEMODE definitely says something different than CTIME_IS_USELESS. Ciao, Dscho -- 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