@@ -75,6 +75,8 @@ UI, Workflows & Features
75
75
* The command line completion (in contrib/) has learned that
76
76
CHERRY_PICK_HEAD is a possible pseudo-ref.
77
77
78
+ * Userdiff patterns for "Scheme" has been added.
79
+
78
80
79
81
Performance, Internal Implementation, Development Support etc.
80
82
@@ -126,6 +128,9 @@ Performance, Internal Implementation, Development Support etc.
126
128
primarily to enhance its test coverage (the strategy has been
127
129
available as an explicit "-s ort" choice).
128
130
131
+ * A bit of code clean-up and a lot of test clean-up around userdiff
132
+ area.
133
+
129
134
130
135
Fixes since v2.31
131
136
-----------------
@@ -215,6 +220,16 @@ Fixes since v2.31
215
220
option.
216
221
(merge c5c0548d79 vs/completion-with-set-u later to maint).
217
222
223
+ * When "git pack-objects" makes a literal copy of a part of existing
224
+ packfile using the reachability bitmaps, its update to the progress
225
+ meter was broken.
226
+ (merge 8e118e8490 jk/pack-objects-bitmap-progress-fix later to maint).
227
+
228
+ * The dependencies for config-list.h and command-list.h were broken
229
+ when the former was split out of the latter, which has been
230
+ corrected.
231
+ (merge 56550ea718 sg/bugreport-fixes later to maint).
232
+
218
233
* Other code cleanup, docfix, build fix, etc.
219
234
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
220
235
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).
@@ -229,3 +244,7 @@ Fixes since v2.31
229
244
(merge 28e29ee38b jc/doc-format-patch-clarify later to maint).
230
245
(merge fc12b6fdde fm/user-manual-use-preface later to maint).
231
246
(merge dba94e3a85 cc/test-helper-bloom-usage-fix later to maint).
247
+ (merge 61a7660516 hn/reftable-tables-doc-update later to maint).
248
+ (merge 81ed96a9b2 jt/fetch-pack-request-fix later to maint).
249
+ (merge 151b6c2dd7 jc/doc-do-not-capitalize-clarification later to maint).
250
+ (merge 9160068ac6 js/access-nul-emulation-on-windows later to maint).
0 commit comments