@@ -97,8 +97,8 @@ Performance, Internal Implementation, Development Support etc.
97
97
* "git push" and "git fetch" are taught to update refs in batches to
98
98
gain performance.
99
99
100
- * Some code paths in the "git prune" used to ignore passed in
101
- repository object and used the_repository singleton instance
100
+ * Some code paths in "git prune" used to ignore the passed- in
101
+ repository object and used the ` the_repository` singleton instance
102
102
instead, which has been corrected.
103
103
104
104
* Update ".clang-format" and ".editorconfig" to match our style guide
@@ -139,7 +139,7 @@ Performance, Internal Implementation, Development Support etc.
139
139
* Redefine where the multi-pack-index sits in the object subsystem,
140
140
which recently was restructured to allow multiple backends that
141
141
support a single object source that belongs to one repository. A
142
- midx does span mulitple "object sources".
142
+ MIDX does span multiple "object sources".
143
143
144
144
* Reduce implicit assumption and dependence on the_repository in the
145
145
object-file subsystem.
@@ -292,11 +292,15 @@ including security updates, are included in this release.
292
292
and also they learn to honor the -U<n> command-line option.
293
293
(merge 2b3ae04011 lm/add-p-context later to maint).
294
294
295
- * The case where a new submodule takes a path where used to be a
296
- completely different subproject is now dealt a bit better than
295
+ * The case where a new submodule takes a path where there used to be a
296
+ completely different subproject is now dealt with a bit better than
297
297
before.
298
298
(merge 5ed8c5b465 kj/renamed-submodule later to maint).
299
299
300
+ * The deflate codepath in "git archive --format=zip" had a
301
+ longstanding bug coming from misuse of zlib API, which has been
302
+ corrected.
303
+
300
304
* Other code cleanup, docfix, build fix, etc.
301
305
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
302
306
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
@@ -333,3 +337,5 @@ including security updates, are included in this release.
333
337
(merge 3bdd897413 ms/meson-with-ancient-git-wo-ls-files-dedup later to maint).
334
338
(merge cca758d324 kh/doc-fast-import-historical later to maint).
335
339
(merge 9b0781196a jc/test-hashmap-is-still-here later to maint).
340
+ (merge 1bad05bacc jk/revert-squelch-compiler-warning later to maint).
341
+ (merge 3a7e783d9c dl/squelch-maybe-uninitialized later to maint).
0 commit comments