Skip to content

Commit 5e23854

Browse files
committed
The eleventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 13ed10e commit 5e23854

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/RelNotes/2.42.0.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ UI, Workflows & Features
2222
* The "git for-each-ref" family of commands learned placeholders
2323
related to GPG signature verification.
2424

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+
2529

2630
Performance, Internal Implementation, Development Support etc.
2731

@@ -166,6 +170,15 @@ Fixes since v2.41
166170
has been corrected.
167171
(merge 1aa92b8500 ma/t0091-fixup later to maint).
168172

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+
169182
* Other code cleanup, docfix, build fix, etc.
170183
(merge 51f9d2e563 sa/doc-ls-remote later to maint).
171184
(merge c6d26a9dda jk/format-patch-message-id-unleak later to maint).
@@ -187,3 +200,4 @@ Fixes since v2.41
187200
(merge d4f28279ad jc/doc-hash-object-types later to maint).
188201
(merge 1876a5ae15 ks/t4205-test-describe-with-abbrev-fix later to maint).
189202
(merge 6e6a529b57 jk/fsck-indices-in-worktrees later to maint).
203+
(merge 3e81b896f7 rs/packet-length-simplify later to maint).

0 commit comments

Comments
 (0)