File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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
4758Updates since v1.5.3
4859--------------------
You can’t perform that action at this time.
0 commit comments