File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Git v2.41 Release Notes
3
3
4
4
UI, Workflows & Features
5
5
6
- * Allow information carried on the WWW-AUthenticate header to be
6
+ * Allow information carried on the WWW-Authenticate header to be
7
7
passed to the credential helpers.
8
8
9
9
* A new "fetch.hideRefs" option can be used to exclude specified refs
@@ -113,6 +113,10 @@ UI, Workflows & Features
113
113
* "git fetch" learned the "--porcelain" option that emits what it did
114
114
in a machine-parseable format.
115
115
116
+ * "git --attr-source=<tree> cmd $args" is a new way to have any
117
+ command to read attributes not from the working tree but from the
118
+ given tree object.
119
+
116
120
117
121
Performance, Internal Implementation, Development Support etc.
118
122
You can’t perform that action at this time.
0 commit comments