Jared Hance <jaredhance@xxxxxxxxx> writes: > int check_leading_path(const char *name, int len) > { > - struct cache_def *cache = &default_cache; /* FIXME */ > + return threaded_check_leading_path(&default_cache, name, len); > +} This hunk is indent-by-space damaged. Otherwise the patch looks good to me. -- Thomas Rast trast@{inf,student}.ethz.ch -- 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