A bit more before -rc1

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed May 17, 2023 at 10:13 UTC 004e0f790f947c9c511a9ac4f905021c7dbfa9e1
1 file changed +5 -1
Documentation/RelNotes/2.41.0.txt
+5 -1
index e177aff2d0..a4b4b1d826 100644 --- a/Documentation/RelNotes/2.41.0.txt +++ b/Documentation/RelNotes/2.41.0.txt @@ -3,7 +3,7 @@ Git v2.41 Release Notes UI, Workflows & Features - * Allow information carried on the WWW-AUthenticate header to be + * Allow information carried on the WWW-Authenticate header to be passed to the credential helpers. * A new "fetch.hideRefs" option can be used to exclude specified refs @@ -113,6 +113,10 @@ UI, Workflows & Features * "git fetch" learned the "--porcelain" option that emits what it did in a machine-parseable format. + * "git --attr-source=<tree> cmd $args" is a new way to have any + command to read attributes not from the working tree but from the + given tree object. + Performance, Internal Implementation, Development Support etc.