]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.39-rc2 v2.39.0-rc2
authorJunio C Hamano <gitster@pobox.com>
Tue, 6 Dec 2022 00:49:31 +0000 (09:49 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Dec 2022 00:49:31 +0000 (09:49 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.39.0.txt
GIT-VERSION-GEN

index bb649e4f61b5cb9fc70aac20e6b93b0cb9939782..3b8b0c010f9c730bc24ef12ad0b6fcfa4550dc56 100644 (file)
@@ -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
index 551f16d769fd01d3a9b1de98a30c6c280f38106d..6200befdb9e0e18354fe9cdc794138340e5eb001 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.39.0-rc1
+DEF_VER=v2.39.0-rc2
 
 LF='
 '