Git 2.39-rc1

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint v2.39.0-rc1
Junio C Hamano 2022-11-30 11:00:35 +09:00
parent 4615d3e264
commit 7452749a78
2 changed files with 5 additions and 1 deletions

View File

@ -156,6 +156,10 @@ 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.


Fixes since v2.38
-----------------

View File

@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.39.0-rc0
DEF_VER=v2.39.0-rc1

LF='
'