]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Use off_t in pack-objects/fast-import when we mean an offset
authorShawn O. Pearce <spearce@spearce.org>
Wed, 7 Mar 2007 01:44:34 +0000 (20:44 -0500)
committerJunio C Hamano <junkio@cox.net>
Wed, 7 Mar 2007 19:06:33 +0000 (11:06 -0800)
commit6777a59fcdfd96b9ca5cba49cb265c6c47de3d02
tree1442d70f95f9688cc45586ea8f27d219f7b23773
parentc4001d92be61766d3494489b15590ca0147ee19d
Use off_t in pack-objects/fast-import when we mean an offset

Always use an off_t value in pack-objects anytime we are dealing
with an offset to some data within a packfile.

Also fixed a minor uintmax_t that was incorrectly defined before.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-pack-objects.c
fast-import.c