summaryrefslogtreecommitdiff
path: root/builtin-push.c
diff options
context:
space:
mode:
authorLibravatar Shawn O. Pearce <spearce@spearce.org>2007-01-18 11:30:17 -0500
committerLibravatar Shawn O. Pearce <spearce@spearce.org>2007-01-18 11:30:17 -0500
commitebea9dd4f1b62cb3c8302f10aaca3af0231e9818 (patch)
treed40420caaccc4575c5810c3498fa43a55849b4f5 /builtin-push.c
parentAlways use struct pack_header for pack header in fast-import. (diff)
downloadtgif-ebea9dd4f1b62cb3c8302f10aaca3af0231e9818.tar.xz
Use fixed-size integers when writing out the index in fast-import.
Currently the pack .idx file format uses 32-bit unsigned integers for the fan-out table and the object offsets. We had previously defined these as 'unsigned int', but not every system will define that type to be a 32 bit value. To ensure maximum portability we should always use 'uint32_t'. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'builtin-push.c')
0 files changed, 0 insertions, 0 deletions