@@ -16,6 +16,9 @@ UI, Workflows & Features
16
16
* Add more "git var" for toolsmiths to learn various locations Git is
17
17
configured with either via the configuration or hardcoded defaults.
18
18
19
+ * 'git notes append' was taught '--separator' to specify string to insert
20
+ between paragraphs.
21
+
19
22
20
23
Performance, Internal Implementation, Development Support etc.
21
24
@@ -41,6 +44,9 @@ Performance, Internal Implementation, Development Support etc.
41
44
* The set-up code for the get_revision() API now allows feeding
42
45
options like --all and --not in the --stdin mode.
43
46
47
+ * Move functions that are not about pure string manipulation out of
48
+ strbuf.[ch]
49
+
44
50
45
51
Fixes since v2.41
46
52
-----------------
@@ -132,6 +138,19 @@ Fixes since v2.41
132
138
remove .idx before removing .pack for consistency.
133
139
(merge 0dd1324a73 ds/remove-idx-before-pack later to maint).
134
140
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
+
135
154
* Other code cleanup, docfix, build fix, etc.
136
155
(merge 51f9d2e563 sa/doc-ls-remote later to maint).
137
156
(merge c6d26a9dda jk/format-patch-message-id-unleak later to maint).
@@ -149,3 +168,5 @@ Fixes since v2.41
149
168
(merge 6c26da8404 mh/credential-erase-improvements later to maint).
150
169
(merge 78e56cff69 tz/lib-gpg-prereq-fix later to maint).
151
170
(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