Skip to content

Commit 8679ef2

Browse files
committed
Git 2.25-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a82027e commit 8679ef2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Documentation/RelNotes/2.25.0.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ UI, Workflows & Features
7070
* Management of sparsely checked-out working tree has gained a
7171
dedicated "sparse-checkout" command.
7272

73+
* Miscellaneous small UX improvements on "git-p4".
74+
7375

7476
Performance, Internal Implementation, Development Support etc.
7577

@@ -149,6 +151,8 @@ Performance, Internal Implementation, Development Support etc.
149151

150152
* Redo "git name-rev" to avoid recursive calls.
151153

154+
* FreeBSD CI support via Cirrus-CI has been added.
155+
152156

153157
Fixes since v2.24
154158
-----------------
@@ -303,6 +307,14 @@ Fixes since v2.24
303307
* Assorted fixes to the directory traversal API.
304308
(merge 6836d2fe06 en/fill-directory-fixes later to maint).
305309

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+
306318
* Other code cleanup, docfix, build fix, etc.
307319
(merge 80736d7c5e jc/am-show-current-patch-docfix later to maint).
308320
(merge 8b656572ca sg/commit-graph-usage-fix later to maint).
@@ -338,3 +350,4 @@ Fixes since v2.24
338350
(merge cc2bd5c45d pb/submodule-doc-xref later to maint).
339351
(merge df5be01669 ja/doc-markup-cleanup later to maint).
340352
(merge 7c5cea7242 mr/bisect-save-pointer-to-const-string later to maint).
353+
(merge 20a67e8ce9 js/use-test-tool-on-path later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.25.0-rc0
4+
DEF_VER=v2.25.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)