Skip to content

Commit 7452749

Browse files
committed
Git 2.39-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4615d3e commit 7452749

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Documentation/RelNotes/2.39.0.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ 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.
162+
159163

160164
Fixes since v2.38
161165
-----------------

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

66
LF='
77
'

0 commit comments

Comments
 (0)