Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > Not on all platforms are size_t and unsigned long equivalent. > Since I do not know how portable %z is, I play safe, and just > cast the respective variables to unsigned long. The format "%s %lu" is consistent with what write_sha1_file_prepare() and unpack_sha1_header() uses, so that should be safe enough. However, your patch does not apply. - 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