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
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
7377Performance, 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).
You can’t perform that action at this time.
0 commit comments