Skip to content

Commit c6f4610

Browse files
committed
Sync with 'master'
2 parents e405211 + 9c897ee commit c6f4610

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes/2.37.0.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Performance, Internal Implementation, Development Support etc.
7777
no longer version controlled and it is local responsibility of
7878
translaters to generate it.
7979

80+
* Plug the memory leaks from the trickiest API of all, the revision
81+
walker.
8082

8183

8284
Fixes since v2.36
@@ -232,6 +234,16 @@ Fixes since v2.36
232234
avoid corrupting the repository when packsize limit is used.
233235
(merge 66731ff921 tb/geom-repack-with-keep-and-max later to maint).
234236

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+
235247
* Other code cleanup, docfix, build fix, etc.
236248
(merge e6b2582da3 cm/reftable-0-length-memset later to maint).
237249
(merge 0b75e5bf22 ab/misc-cleanup later to maint).
@@ -252,3 +264,4 @@ Fixes since v2.36
252264
(merge af845a604d tb/receive-pack-code-cleanup later to maint).
253265
(merge 2acf4cf001 js/ci-gcc-12-fixes later to maint).
254266
(merge 05e280c0a6 jc/http-clear-finished-pointer later to maint).
267+
(merge 8c49d704ef fh/transport-push-leakfix later to maint).

0 commit comments

Comments
 (0)