Tanay Abhra <tanayabh@xxxxxxxxx> writes: > + if (!git_config_get_int("pack.compression", &pack_compression_level)) { > + if (pack_compression_level == -1) > + pack_compression_level = Z_DEFAULT_COMPRESSION; > + else if (pack_compression_level < 0 || > + pack_compression_level > Z_BEST_COMPRESSION) > + git_die_config("pack.compression", > + "bad pack compression level %d", pack_compression_level); Perfect. With v2 for PATCH 2 and PATCH 5, the series looks good to me. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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