File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ UI, Workflows & Features
69
69
learns "--omit-empty" to hide refs that whose formatting result
70
70
becomes an empty string from the output.
71
71
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
+
72
76
73
77
Performance, Internal Implementation, Development Support etc.
74
78
@@ -240,6 +244,15 @@ Fixes since v2.40
240
244
paths outside the current directory.
241
245
(merge 92b1dd1b9e rs/archive-from-subdirectory-fixes later to maint).
242
246
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
+
243
256
* Other code cleanup, docfix, build fix, etc.
244
257
(merge f7111175df as/doc-markup-fix later to maint).
245
258
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
You can’t perform that action at this time.
0 commit comments