Skip to content

Commit 061c586

Browse files
committed
The eighth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent b3d1c85 commit 061c586

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/RelNotes/2.42.0.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ UI, Workflows & Features
1616
* Add more "git var" for toolsmiths to learn various locations Git is
1717
configured with either via the configuration or hardcoded defaults.
1818

19+
* 'git notes append' was taught '--separator' to specify string to insert
20+
between paragraphs.
21+
1922

2023
Performance, Internal Implementation, Development Support etc.
2124

@@ -41,6 +44,9 @@ Performance, Internal Implementation, Development Support etc.
4144
* The set-up code for the get_revision() API now allows feeding
4245
options like --all and --not in the --stdin mode.
4346

47+
* Move functions that are not about pure string manipulation out of
48+
strbuf.[ch]
49+
4450

4551
Fixes since v2.41
4652
-----------------
@@ -132,6 +138,19 @@ Fixes since v2.41
132138
remove .idx before removing .pack for consistency.
133139
(merge 0dd1324a73 ds/remove-idx-before-pack later to maint).
134140

141+
* Partially revert a sanity check that the rest of the config code
142+
was not ready, to avoid triggering it in a corner case.
143+
(merge a53f43f900 gc/config-partial-submodule-kvi-fix later to maint).
144+
145+
* "git apply" punts when it is fed too large a patch input; the error
146+
message it gives when it happens has been clarified.
147+
(merge 42612e18d2 pw/apply-too-large later to maint).
148+
149+
* During a cherry-pick or revert session that works on multiple
150+
commits, "git status" did not give correct information, which has
151+
been corrected.
152+
(merge a096a889f4 jk/cherry-pick-revert-status later to maint).
153+
135154
* Other code cleanup, docfix, build fix, etc.
136155
(merge 51f9d2e563 sa/doc-ls-remote later to maint).
137156
(merge c6d26a9dda jk/format-patch-message-id-unleak later to maint).
@@ -149,3 +168,5 @@ Fixes since v2.41
149168
(merge 6c26da8404 mh/credential-erase-improvements later to maint).
150169
(merge 78e56cff69 tz/lib-gpg-prereq-fix later to maint).
151170
(merge 80d32e84b5 rj/leakfixes later to maint).
171+
(merge 0a868031ed pb/complete-diff-options later to maint).
172+
(merge d4f28279ad jc/doc-hash-object-types later to maint).

0 commit comments

Comments
 (0)