Git 2.38-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Sep 21, 2022 at 15:26 UTC
1b3d6e17fe83eb6f79ffbac2f2c61bbf1eaef5f8
2 files changed
+5
-1
Documentation/RelNotes/2.38.0.txt
+4
index d16d19dcdd..870581fc57 100644
--- a/Documentation/RelNotes/2.38.0.txt
+++ b/Documentation/RelNotes/2.38.0.txt
@@ -394,6 +394,10 @@ Fixes since v2.37
codepath, which has been plugged.
(merge 12f1ae5324 ml/commit-graph-expire-dir-leak-fix later to maint).
+ * Just like we have coding guidelines, we now have guidelines for
+ reviewers.
+ (merge e01b851923 vd/doc-reviewing-guidelines later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 77b9e85c0f vd/fix-perf-tests later to maint).
(merge 0682bc43f5 jk/test-crontab-fixes later to maint).
GIT-VERSION-GEN
+1
-1
index ecd94fd3f2..a6d1044e8d 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.38.0-rc0
+DEF_VER=v2.38.0-rc1
LF='
'