@@ -6,6 +6,19 @@ UI, Workflows & Features
6
6
7
7
* Completion script updates for zsh
8
8
9
+ * "git pack-objects" and its wrapper "git repack" learned an option
10
+ to use an alternative path-hash function to improve delta-base
11
+ selection to produce a packfile with deeper history than window
12
+ size.
13
+
14
+ * "git gc" learned the "--expire-to" option and passes it down to
15
+ underlying "git repack".
16
+
17
+ * "[help] autocorrect = 1" used to be a way to say "please wait for
18
+ 0.1 second after suggesting a typofix of the command name before
19
+ running that command"; now it means "yes, if there is a plausible
20
+ typofix for the command name, please run it immediately".
21
+
9
22
10
23
Performance, Internal Implementation, Development Support etc.
11
24
--------------------------------------------------------------
@@ -34,6 +47,9 @@ Performance, Internal Implementation, Development Support etc.
34
47
* The code paths to interact with zlib has been cleaned up in
35
48
preparation for building with zlib-ng.
36
49
50
+ * Foreign language interface for Rust into our code base has been added.
51
+
52
+
37
53
38
54
Fixes since v2.48
39
55
-----------------
@@ -151,6 +167,11 @@ Fixes since v2.48
151
167
has been corrected.
152
168
(merge acc4fb302b jt/gitlab-ci-base-fix later to maint).
153
169
170
+ * "git repack --keep-unreachable" to send unreachable objects to the
171
+ main pack "git repack -ad" produces did not work when there is no
172
+ existing packs, which has been corrected.
173
+ (merge 414c82300a ps/repack-keep-unreachable-in-unpacked-repo later to maint).
174
+
154
175
* Other code cleanup, docfix, build fix, etc.
155
176
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
156
177
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
@@ -164,3 +185,4 @@ Fixes since v2.48
164
185
(merge 6979bf6f8f jk/combine-diff-cleanup later to maint).
165
186
(merge 8705c9bd13 kn/pack-write-with-reduced-globals later to maint).
166
187
(merge 087740d65a ps/leakfixes-0129 later to maint).
188
+ (merge 6bba6f604b jp/doc-trailer-config later to maint).
0 commit comments