Re: [PATCH v4 09/11] pack-objects: shrink size field in struct object_entry
From: Junio C Hamano <hidden> Date: 2018-03-16 21:34:49
Junio C Hamano [off-list ref] writes:
Also, don't we want to use uintmax_t throughout the callchain? How
would the code in this series work when your ulong is 32-bit?
My own answer to this question is "no conversion to uintmax_t, at
least not in this series." As long as the original code uses
"unsigned long", this series also should, I think.