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>2022-12-06 03:49:31 +0300
committerJunio C Hamano <gitster@pobox.com>2022-12-06 03:49:31 +0300
commit2e71cbbddd64695d43383c25c7a054ac4ff86882 (patch)
tree7a6860df768657af58d2da7336873b3bed7e4e6c
parent805265fcf7a737664a8321aaf4a0587b78435184 (diff)
Git 2.39-rc2v2.39.0-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.39.0.txt6
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/RelNotes/2.39.0.txt b/Documentation/RelNotes/2.39.0.txt
index bb649e4f61..3b8b0c010f 100644
--- a/Documentation/RelNotes/2.39.0.txt
+++ b/Documentation/RelNotes/2.39.0.txt
@@ -156,9 +156,9 @@ Performance, Internal Implementation, Development Support etc.
* `parse_object()` has been hardened to check for the existence of a
suspected blob object.
- * Adjust the documentation build procedure to GNUmake version 4.4,
- which made some changes to how pattern rule with multiple targets
- are handled.
+ * The build procedure has been adjusted to GNUmake version 4.4, which
+ made some changes to how pattern rule with multiple targets are
+ handled.
Fixes since v2.38
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 551f16d769..6200befdb9 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.39.0-rc1
+DEF_VER=v2.39.0-rc2
LF='
'