Dan McGee <dpmcgee@xxxxxxxxx> writes: > This follows the precedent set in the pack-objects code and being > adjusted for in index-pack and unpack-objects. Eh, why? The use of a fixed-width type in the existing code is mostly to make sure that the on-disk result will fit within the on-disk field. The variables like iteration counter "i" we use in write_idx_file() need to be at least as wide but there is no reason to forbid the compiler from using the natural interger type as long as it is more suiable on the platform, no? -- 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