author | Nicolas Pitre <nico@cam.org> | |
Wed, 16 Jul 2008 06:31:39 +0000 (02:31 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 16 Jul 2008 16:33:29 +0000 (09:33 -0700) | ||
commit | fedc7d5458bd8e2e9589567041228a24a8d7eb4c | |
tree | f37493f343fb732b10bff25ff9736cae5070e94a | tree | snapshot |
parent | 3339e9f686bd4c17e3575c71327c4ccf1e8e077b | commit | diff |
sha1_file.c: learn about index version 2
This allows for pack index v2 to be used. On 32-bit machines the
maximum pack size is 2GB. To lift this limitation just use a newer
git version.
(based on commit 74e34e1fca2ed9998581cc94073bc2dd28bbb8f3)
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This allows for pack index v2 to be used. On 32-bit machines the
maximum pack size is 2GB. To lift this limitation just use a newer
git version.
(based on commit 74e34e1fca2ed9998581cc94073bc2dd28bbb8f3)
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_file.c | diff | blob | history |