Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-01-02 23:37:02 +0300
committerJunio C Hamano <gitster@pobox.com>2020-01-02 23:38:30 +0300
commit8679ef24ed64018bb62170c43ce73e0261c0600a (patch)
treeda962e6036a49435383dea5726580a9c263d648e
parenta82027e9e6c477c01dac6d5af4a8756ff7122b67 (diff)
Git 2.25-rc1v2.25.0-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.25.0.txt13
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 14 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.25.0.txt b/Documentation/RelNotes/2.25.0.txt
index 8956061c72..feccacaa79 100644
--- a/Documentation/RelNotes/2.25.0.txt
+++ b/Documentation/RelNotes/2.25.0.txt
@@ -70,6 +70,8 @@ UI, Workflows & Features
* Management of sparsely checked-out working tree has gained a
dedicated "sparse-checkout" command.
+ * Miscellaneous small UX improvements on "git-p4".
+
Performance, Internal Implementation, Development Support etc.
@@ -149,6 +151,8 @@ Performance, Internal Implementation, Development Support etc.
* Redo "git name-rev" to avoid recursive calls.
+ * FreeBSD CI support via Cirrus-CI has been added.
+
Fixes since v2.24
-----------------
@@ -303,6 +307,14 @@ Fixes since v2.24
* Assorted fixes to the directory traversal API.
(merge 6836d2fe06 en/fill-directory-fixes later to maint).
+ * Forbid pathnames that the platform's filesystem cannot represent on
+ MinGW.
+ (merge 4dc42c6c18 js/mingw-reserved-filenames later to maint).
+
+ * "git rebase --signoff" stopped working when the command was written
+ in C, which has been corrected.
+ (merge 4fe7e43c53 en/rebase-signoff-fix later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 80736d7c5e jc/am-show-current-patch-docfix later to maint).
(merge 8b656572ca sg/commit-graph-usage-fix later to maint).
@@ -338,3 +350,4 @@ Fixes since v2.24
(merge cc2bd5c45d pb/submodule-doc-xref later to maint).
(merge df5be01669 ja/doc-markup-cleanup later to maint).
(merge 7c5cea7242 mr/bisect-save-pointer-to-const-string later to maint).
+ (merge 20a67e8ce9 js/use-test-tool-on-path later to maint).
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 4ad93d8be2..5867391331 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.25.0-rc0
+DEF_VER=v2.25.0-rc1
LF='
'