@@ -96,6 +96,9 @@ UI, Workflows & Features
96
96
check for the paths that were modified at each commit using Bloom
97
97
filters.
98
98
99
+ * The approxidate parser learns to parse seconds with fraction and
100
+ ignore fractional part.
101
+
99
102
100
103
Performance, Internal Implementation, Development Support etc.
101
104
@@ -355,6 +358,20 @@ Fixes since v2.26
355
358
credential material embedded in URLs.
356
359
(merge d192fa5006 js/anonymise-push-url-in-errors later to maint).
357
360
361
+ * Update the parser used for credential.<URL>.<variable>
362
+ configuration, to handle <URL>s with '/' in them correctly.
363
+ (merge b44d0118ac bc/wildcard-credential later to maint).
364
+
365
+ * Recent updates broke parsing of "credential.<url>.<key>" where
366
+ <url> is not a full URL (e.g. [credential "https://"] helper = ...)
367
+ stopped working, which has been corrected.
368
+ (merge 9a121b0d22 js/partial-urlmatch-2.17 later to maint).
369
+ (merge cd93e6c029 js/partial-urlmatch later to maint).
370
+
371
+ * Some of the files commit-graph subsystem keeps on disk did not
372
+ correctly honor the core.sharedRepository settings and some were
373
+ left read-write.
374
+
358
375
* Other code cleanup, docfix, build fix, etc.
359
376
(merge 564956f358 jc/maintain-doc later to maint).
360
377
(merge 7422b2a0a1 sg/commit-slab-clarify-peek later to maint).
@@ -381,3 +398,4 @@ Fixes since v2.26
381
398
(merge 39102cf4fe ms/doc-revision-illustration-fix later to maint).
382
399
(merge 4d9378bfad eb/gitweb-more-trailers later to maint).
383
400
(merge bdccbf7047 mt/doc-worktree-ref later to maint).
401
+ (merge ce9baf234f dl/push-recurse-submodules-fix later to maint).
0 commit comments