Skip to content

Commit d814540

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3b4e395 commit d814540

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/RelNotes/2.43.0.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ UI, Workflows & Features
2424

2525
* Git GUI updates.
2626

27+
* "git format-patch" learns a way to feed cover letter description,
28+
that (1) can be used on detached HEAD where there is no branch
29+
description available, and (2) also can override the branch
30+
description if there is one.
31+
2732

2833
Performance, Internal Implementation, Development Support etc.
2934

@@ -58,10 +63,19 @@ Fixes since v2.42
5863
fetch.unpackLimit and receive.unpackLimit instead.
5964
(merge f3d33f8cfe ts/unpacklimit-config-fix later to maint).
6065

66+
* The use of API between two calls to require_clean_work_tree() from
67+
the sequencer code has been cleaned up for consistency.
68+
(merge a9b5955e07 ob/sequencer-empty-hint-fix later to maint).
69+
70+
* "git diff --no-such-option" and other corner cases around the exit
71+
status of the "diff" command has been corrected.
72+
(merge 5cc6b2d70b jk/diff-result-code-cleanup later to maint).
73+
6174
* Other code cleanup, docfix, build fix, etc.
6275
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
6376
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).
6477
(merge beaa1d952b jk/function-pointer-mismatches-fix later to maint).
6578
(merge b46d806ea5 ob/t9001-indent-fix later to maint).
6679
(merge fdc9914c28 ja/worktree-orphan later to maint).
6780
(merge c2cbefc510 jc/mv-d-to-d-error-message-fix later to maint).
81+
(merge d0fc552bfc ch/t6300-verify-commit-test-cleanup later to maint).

0 commit comments

Comments
 (0)