Skip to content

Commit 792c158

Browse files
Nicolas Pitregitster
authored andcommitted
provide advance warning of some future pack default changes
Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3157dd9 commit 792c158

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes-1.5.4.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ Deprecation notices
4343
* "git peek-remote" is deprecated, as "git ls-remote" was written in C
4444
and works for all transports, and will be removed in the future.
4545

46+
* From v1.5.5, the repack.usedeltabaseoffset config option will default
47+
to true, which will give denser packfile (i.e. more efficient storage).
48+
The downside is that git older than version 1.4.4 will not be able
49+
to directly use a repository packed using this setting.
50+
51+
* From v1.5.5, the pack.indexversion config option will default to 2,
52+
which is slightly more efficient, and makes repacking more immune to
53+
data corruptions. Git older than version 1.5.2 may revert to version 1
54+
of the pack index with a manual "git index-pack" to be able to directly
55+
access corresponding pack files.
56+
4657

4758
Updates since v1.5.3
4859
--------------------

0 commit comments

Comments
 (0)