@@ -70,6 +70,8 @@ UI, Workflows & Features
70
70
* Management of sparsely checked-out working tree has gained a
71
71
dedicated "sparse-checkout" command.
72
72
73
+ * Miscellaneous small UX improvements on "git-p4".
74
+
73
75
74
76
Performance, Internal Implementation, Development Support etc.
75
77
@@ -149,6 +151,8 @@ Performance, Internal Implementation, Development Support etc.
149
151
150
152
* Redo "git name-rev" to avoid recursive calls.
151
153
154
+ * FreeBSD CI support via Cirrus-CI has been added.
155
+
152
156
153
157
Fixes since v2.24
154
158
-----------------
@@ -303,6 +307,14 @@ Fixes since v2.24
303
307
* Assorted fixes to the directory traversal API.
304
308
(merge 6836d2fe06 en/fill-directory-fixes later to maint).
305
309
310
+ * Forbid pathnames that the platform's filesystem cannot represent on
311
+ MinGW.
312
+ (merge 4dc42c6c18 js/mingw-reserved-filenames later to maint).
313
+
314
+ * "git rebase --signoff" stopped working when the command was written
315
+ in C, which has been corrected.
316
+ (merge 4fe7e43c53 en/rebase-signoff-fix later to maint).
317
+
306
318
* Other code cleanup, docfix, build fix, etc.
307
319
(merge 80736d7c5e jc/am-show-current-patch-docfix later to maint).
308
320
(merge 8b656572ca sg/commit-graph-usage-fix later to maint).
@@ -338,3 +350,4 @@ Fixes since v2.24
338
350
(merge cc2bd5c45d pb/submodule-doc-xref later to maint).
339
351
(merge df5be01669 ja/doc-markup-cleanup later to maint).
340
352
(merge 7c5cea7242 mr/bisect-save-pointer-to-const-string later to maint).
353
+ (merge 20a67e8ce9 js/use-test-tool-on-path later to maint).
0 commit comments