author | Nicolas Pitre <nico@cam.org> | |
Fri, 2 Nov 2007 03:26:04 +0000 (23:26 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 2 Nov 2007 08:32:02 +0000 (01:32 -0700) | ||
commit | 4d00bda2aa9dd8cd6ec4015832b80eb1273d46d7 | |
tree | d51a3b7d5534e1b2aeaba0305d4de493b04d6ef8 | tree | snapshot |
parent | 3e4bb087a18435b12eb82116e93af2887578e816 | commit | diff |
make the pack index version configurable
It is a good idea to use pack index version 2 all the time since it has
proper protection against propagation of certain pack corruptions when
repacking which is not possible with index version 1, as demonstrated
in test t5302.
Hence this config option.
The default is still pack index version 1.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
It is a good idea to use pack index version 2 all the time since it has
proper protection against propagation of certain pack corruptions when
repacking which is not possible with index version 1, as demonstrated
in test t5302.
Hence this config option.
The default is still pack index version 1.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | diff | blob | history | |
builtin-pack-objects.c | diff | blob | history | |
index-pack.c | diff | blob | history |