Skip to content

Commit 2e71cbb

Browse files
committed
Git 2.39-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 805265f commit 2e71cbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/RelNotes/2.39.0.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ Performance, Internal Implementation, Development Support etc.
156156
* `parse_object()` has been hardened to check for the existence of a
157157
suspected blob object.
158158

159-
* Adjust the documentation build procedure to GNUmake version 4.4,
160-
which made some changes to how pattern rule with multiple targets
161-
are handled.
159+
* The build procedure has been adjusted to GNUmake version 4.4, which
160+
made some changes to how pattern rule with multiple targets are
161+
handled.
162162

163163

164164
Fixes since v2.38

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.39.0-rc1
4+
DEF_VER=v2.39.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)