@@ -22,6 +22,10 @@ UI, Workflows & Features
22
22
* The "git for-each-ref" family of commands learned placeholders
23
23
related to GPG signature verification.
24
24
25
+ * "git diff --no-index" learned to read from named pipes as if they
26
+ were regular files, to allow "git diff <(process) <(substitution)"
27
+ some shells support.
28
+
25
29
26
30
Performance, Internal Implementation, Development Support etc.
27
31
@@ -166,6 +170,15 @@ Fixes since v2.41
166
170
has been corrected.
167
171
(merge 1aa92b8500 ma/t0091-fixup later to maint).
168
172
173
+ * Code snippets in a tutorial document no longer compiled after
174
+ recent header shuffling, which have been corrected.
175
+ (merge bbd7c7b7c0 vd/adjust-mfow-doc-to-updated-headers later to maint).
176
+
177
+ * "git ls-files '(attr:X)D/'" that triggers the common prefix
178
+ optimization codepath failed to read from "D/.gitattributes",
179
+ which has been corrected.
180
+ (merge f4a8fde057 jc/pathspec-match-with-common-prefix later to maint).
181
+
169
182
* Other code cleanup, docfix, build fix, etc.
170
183
(merge 51f9d2e563 sa/doc-ls-remote later to maint).
171
184
(merge c6d26a9dda jk/format-patch-message-id-unleak later to maint).
@@ -187,3 +200,4 @@ Fixes since v2.41
187
200
(merge d4f28279ad jc/doc-hash-object-types later to maint).
188
201
(merge 1876a5ae15 ks/t4205-test-describe-with-abbrev-fix later to maint).
189
202
(merge 6e6a529b57 jk/fsck-indices-in-worktrees later to maint).
203
+ (merge 3e81b896f7 rs/packet-length-simplify later to maint).
0 commit comments