Skip to content

Commit 3130c15

Browse files
committed
The twenty-second batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3adc25a commit 3130c15

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Documentation/RelNotes/2.43.0.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ UI, Workflows & Features
9595
* "git log" and friends learned "--dd" that is a short-hand for
9696
"--diff-merges=first-parent -p".
9797

98+
* The attribute subsystem learned to honor `attr.tree` configuration
99+
that specifies which tree to read the .gitattributes files from.
100+
98101

99102
Performance, Internal Implementation, Development Support etc.
100103

@@ -278,6 +281,15 @@ Fixes since v2.42
278281
storing a bogus sd_size value instead for such files.
279282
(merge 5143ac07b1 bc/racy-4gb-files later to maint).
280283

284+
* "git p4" tried to store symlinks to LFS when told, but has been
285+
fixed not to do so, because it does not make sense.
286+
(merge 10c89a02b0 mm/p4-symlink-with-lfs later to maint).
287+
288+
* The codepath to handle recipient addresses `git send-email
289+
--compose` learns from the user was completely broken, which has
290+
been corrected.
291+
(merge 3ec6167567 jk/send-email-fix-addresses-from-composed-messages later to maint).
292+
281293
* Other code cleanup, docfix, build fix, etc.
282294
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
283295
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).
@@ -303,3 +315,10 @@ Fixes since v2.42
303315
(merge badf2fe1c3 jk/decoration-and-other-leak-fixes later to maint).
304316
(merge cebfaaa333 sn/cat-file-doc-update later to maint).
305317
(merge 8b3aa36f5a ps/rewritten-is-per-worktree-doc later to maint).
318+
(merge ffbf6a748d jc/update-list-references-to-lore later to maint).
319+
(merge 14d569b1a7 jc/am-doc-whitespace-action-fix later to maint).
320+
(merge 48399e9cf0 ni/die-message-fix-for-git-add later to maint).
321+
(merge ca3285dd69 ps/git-repack-doc-fixes later to maint).
322+
(merge 243c79fdc7 wx/merge-ort-comment-typofix later to maint).
323+
(merge a060705d94 jc/commit-new-underscore-index-fix later to maint).
324+
(merge f6d83e2115 ms/doc-push-fix later to maint).

0 commit comments

Comments
 (0)