aboutsummaryrefslogtreecommitdiff
path: root/pack-check.c
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2006-12-23 02:33:47 -0500
committerJunio C Hamano <junkio@cox.net>2006-12-29 11:36:44 -0800
commit2dc3a234094afc61c367be3e6018722cd9d92ea9 (patch)
tree1eba04b91af00f37fb60df9fb362d23a5cf57d78 /pack-check.c
parentc41ee586dc95b757cdff4deae10a30a691ba758b (diff)
downloadgit-2dc3a234094afc61c367be3e6018722cd9d92ea9.tar.gz
git-2dc3a234094afc61c367be3e6018722cd9d92ea9.tar.xz
Use off_t for index and pack file lengths.
Since the index_size and pack_size members of struct packed_git are the lengths of those corresponding files we should use the off_t size of the operating system to store these file lengths, rather than an unsigned long. This would help in the future should we ever resurrect Junio's 64 bit index implementation. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'pack-check.c')
0 files changed, 0 insertions, 0 deletions