@@ -24,6 +24,11 @@ UI, Workflows & Features
24
24
25
25
* Git GUI updates.
26
26
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
+
27
32
28
33
Performance, Internal Implementation, Development Support etc.
29
34
@@ -58,10 +63,19 @@ Fixes since v2.42
58
63
fetch.unpackLimit and receive.unpackLimit instead.
59
64
(merge f3d33f8cfe ts/unpacklimit-config-fix later to maint).
60
65
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
+
61
74
* Other code cleanup, docfix, build fix, etc.
62
75
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
63
76
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).
64
77
(merge beaa1d952b jk/function-pointer-mismatches-fix later to maint).
65
78
(merge b46d806ea5 ob/t9001-indent-fix later to maint).
66
79
(merge fdc9914c28 ja/worktree-orphan later to maint).
67
80
(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