summaryrefslogtreecommitdiffstats
path: root/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-05-17 16:05:41 -0700
committerJunio C Hamano <gitster@pobox.com>2023-05-17 16:05:41 -0700
commit65e97135d3be858a936abb9108e6ee1be0e80015 (patch)
treefc18f88c3bcd7696271ebb198ae0f90a88b40556 /RelNotes
parentd37473e2a262d1f0e9c59977086e3cc740b6278f (diff)
downloadgit-htmldocs-65e97135d3be858a936abb9108e6ee1be0e80015.tar.gz
Autogenerated HTML docs for v2.41.0-rc0-4-g004e0
Diffstat (limited to 'RelNotes')
-rw-r--r--RelNotes/2.41.0.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/RelNotes/2.41.0.txt b/RelNotes/2.41.0.txt
index e177aff2d..a4b4b1d82 100644
--- a/RelNotes/2.41.0.txt
+++ b/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.