Skip to content

Commit 07d8ea5

Browse files
committed
The seventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 568324f commit 07d8ea5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Documentation/RelNotes/2.27.0.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ UI, Workflows & Features
9696
check for the paths that were modified at each commit using Bloom
9797
filters.
9898

99+
* The approxidate parser learns to parse seconds with fraction and
100+
ignore fractional part.
101+
99102

100103
Performance, Internal Implementation, Development Support etc.
101104

@@ -355,6 +358,20 @@ Fixes since v2.26
355358
credential material embedded in URLs.
356359
(merge d192fa5006 js/anonymise-push-url-in-errors later to maint).
357360

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+
358375
* Other code cleanup, docfix, build fix, etc.
359376
(merge 564956f358 jc/maintain-doc later to maint).
360377
(merge 7422b2a0a1 sg/commit-slab-clarify-peek later to maint).
@@ -381,3 +398,4 @@ Fixes since v2.26
381398
(merge 39102cf4fe ms/doc-revision-illustration-fix later to maint).
382399
(merge 4d9378bfad eb/gitweb-more-trailers later to maint).
383400
(merge bdccbf7047 mt/doc-worktree-ref later to maint).
401+
(merge ce9baf234f dl/push-recurse-submodules-fix later to maint).

0 commit comments

Comments
 (0)