@@ -121,6 +121,9 @@ UI, Workflows & Features
121
121
same goal in a safer and more intuitive way has been added, as
122
122
the trailer.<token>.cmd configuration variable, to replace it.
123
123
124
+ * "git add -i --dry-run" does not dry-run, which was surprising. The
125
+ combination of options has taught to error out.
126
+
124
127
125
128
Performance, Internal Implementation, Development Support etc.
126
129
@@ -195,6 +198,9 @@ Performance, Internal Implementation, Development Support etc.
195
198
196
199
* The reflog expiry machinery has been taught to emit trace events.
197
200
201
+ * Over-the-wire protocol learns a new request type to ask for object
202
+ sizes given a list of object names.
203
+
198
204
199
205
Fixes since v2.31
200
206
-----------------
@@ -345,6 +351,13 @@ Fixes since v2.31
345
351
* Document that our test can use "local" keyword.
346
352
(merge a84fd3bcc6 jc/test-allows-local later to maint).
347
353
354
+ * The word-diff mode has been taught to work better with a word
355
+ regexp that can match an empty string.
356
+ (merge 0324e8fc6b pw/word-diff-zero-width-matches later to maint).
357
+
358
+ * "git p4" learned to find branch points more efficiently.
359
+ (merge 6b79818bfb jk/p4-locate-branch-point-optim later to maint).
360
+
348
361
* Other code cleanup, docfix, build fix, etc.
349
362
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
350
363
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).
@@ -364,3 +377,5 @@ Fixes since v2.31
364
377
(merge 151b6c2dd7 jc/doc-do-not-capitalize-clarification later to maint).
365
378
(merge 9160068ac6 js/access-nul-emulation-on-windows later to maint).
366
379
(merge 7a14acdbe6 po/diff-patch-doc later to maint).
380
+ (merge f91371b948 pw/patience-diff-clean-up later to maint).
381
+ (merge 3a7f0908b6 mt/clean-clean later to maint).
0 commit comments