commit | 74e34e1fca2ed9998581cc94073bc2dd28bbb8f3 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Mon Apr 09 01:06:35 2007 -0400 |
committer | Junio C Hamano <junkio@cox.net> | Tue Apr 10 12:48:14 2007 -0700 |
tree | 74fd821f0a15cca334eec09084f129930f81015e | |
parent | d1a46a9eab2ce136240fe2e8db34b36338052e97 [diff] |
sha1_file.c: learn about index version 2 With this patch, packs larger than 4GB are usable, even on a 32-bit machine (at least on Linux). If off_t is not large enough to deal with a large pack then die() is called instead of attempting to use the pack and producing garbage. This was tested with a 8GB pack specially created for the occasion on a 32-bit machine. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>