]> git.ipfire.org Git - thirdparty/git.git/commitdiff
A bit more before -rc1
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 May 2023 17:13:09 +0000 (10:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 May 2023 17:13:09 +0000 (10:13 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.41.0.txt

index e177aff2d078a53dc1c9621fe95eb911313d52cd..a4b4b1d8261d4059f122caa9b96c55644fc921c0 100644 (file)
@@ -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.