Skip to content

Commit 1b3d6e1

Browse files
committed
Git 2.38-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 04cc66f commit 1b3d6e1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Documentation/RelNotes/2.38.0.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,10 @@ Fixes since v2.37
394394
codepath, which has been plugged.
395395
(merge 12f1ae5324 ml/commit-graph-expire-dir-leak-fix later to maint).
396396

397+
* Just like we have coding guidelines, we now have guidelines for
398+
reviewers.
399+
(merge e01b851923 vd/doc-reviewing-guidelines later to maint).
400+
397401
* Other code cleanup, docfix, build fix, etc.
398402
(merge 77b9e85c0f vd/fix-perf-tests later to maint).
399403
(merge 0682bc43f5 jk/test-crontab-fixes 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.38.0-rc0
4+
DEF_VER=v2.38.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)