Skip to content

Commit 2807bd2

Browse files
committed
The thirteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 36628c5 commit 2807bd2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes/2.41.0.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ UI, Workflows & Features
6969
learns "--omit-empty" to hide refs that whose formatting result
7070
becomes an empty string from the output.
7171

72+
* The sendemail-validate validate hook learned to pass the total
73+
number of input files and where in the sequence each invocation is
74+
via environment variables.
75+
7276

7377
Performance, Internal Implementation, Development Support etc.
7478

@@ -240,6 +244,15 @@ Fixes since v2.40
240244
paths outside the current directory.
241245
(merge 92b1dd1b9e rs/archive-from-subdirectory-fixes later to maint).
242246

247+
* The code to parse capability list for v0 on-wire protocol fell into
248+
an infinite loop when a capability appears multiple times, which
249+
has been corrected.
250+
251+
* Geometric repacking ("git repack --geometric=<n>") in a repository
252+
that borrows from an alternate object database had various corner
253+
case bugs, which have been corrected.
254+
(merge d85cd18777 ps/fix-geom-repack-with-alternates later to maint).
255+
243256
* Other code cleanup, docfix, build fix, etc.
244257
(merge f7111175df as/doc-markup-fix later to maint).
245258
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).

0 commit comments

Comments
 (0)