@@ -77,6 +77,8 @@ Performance, Internal Implementation, Development Support etc.
77
77
no longer version controlled and it is local responsibility of
78
78
translaters to generate it.
79
79
80
+ * Plug the memory leaks from the trickiest API of all, the revision
81
+ walker.
80
82
81
83
82
84
Fixes since v2.36
@@ -232,6 +234,16 @@ Fixes since v2.36
232
234
avoid corrupting the repository when packsize limit is used.
233
235
(merge 66731ff921 tb/geom-repack-with-keep-and-max later to maint).
234
236
237
+ * The documentation on the interaction between "--add-file" and
238
+ "--prefix" options of "git archive" has been improved.
239
+ (merge a75910602a rs/document-archive-prefix later to maint).
240
+
241
+ * A git subcommand like "git add -p" spawns a separate git process
242
+ while relaying its command line arguments. A pathspec with only
243
+ negative elements was mistakenly passed with an empty string, which
244
+ has been corrected.
245
+ (merge b02fdbc80a jc/all-negative-pathspec later to maint).
246
+
235
247
* Other code cleanup, docfix, build fix, etc.
236
248
(merge e6b2582da3 cm/reftable-0-length-memset later to maint).
237
249
(merge 0b75e5bf22 ab/misc-cleanup later to maint).
@@ -252,3 +264,4 @@ Fixes since v2.36
252
264
(merge af845a604d tb/receive-pack-code-cleanup later to maint).
253
265
(merge 2acf4cf001 js/ci-gcc-12-fixes later to maint).
254
266
(merge 05e280c0a6 jc/http-clear-finished-pointer later to maint).
267
+ (merge 8c49d704ef fh/transport-push-leakfix later to maint).
0 commit comments