author | Nicolas Pitre <nico@cam.org> | |
Wed, 25 Jun 2008 04:25:53 +0000 (00:25 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 26 Jun 2008 04:30:55 +0000 (21:30 -0700) | ||
commit | c0a5e2d477baa9d3ebf7d3303a7d2b5dbc7c2ffe | |
tree | ba535e0fedfdc5483679df36cd14e0576844cac5 | tree | snapshot |
parent | 22c79eab2956d7f47ff2495104583a25208565ac | commit | diff |
pack.indexversion config option now defaults to 2
As announced for 1.6.0.
Git older than version 1.5.2 (or any other git version with this option
set to 1) may revert to version 1 of the pack index by manually deleting
all .idx files and recreating them using 'git index-pack'. Communication
over the git native protocol is unaffected since the pack index is never
transferred.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
As announced for 1.6.0.
Git older than version 1.5.2 (or any other git version with this option
set to 1) may revert to version 1 of the pack index by manually deleting
all .idx files and recreating them using 'git index-pack'. Communication
over the git native protocol is unaffected since the pack index is never
transferred.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/asciidoc.conf | diff | blob | history | |
Documentation/config.txt | diff | blob | history | |
pack-write.c | diff | blob | history |