Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2022-12-13 21:10:27 +09:00
Родитель 32e357b6df
Коммит d96ea538e8
3 изменённых файлов: 10 добавлений и 2 удалений

Просмотреть файл

@ -0,0 +1,8 @@
Git v2.32.5 Release Notes
=========================
This release merges the security fix that appears in v2.30.7; see
the release notes for that version for details.
In addition, included are additional code for "git fsck" to check
for questionable .gitattributes files.

Просмотреть файл

@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
DEF_VER=v2.32.4
DEF_VER=v2.32.5
LF='
'

Просмотреть файл

@ -1 +1 @@
Documentation/RelNotes/2.32.4.txt
Documentation/RelNotes/2.32.5.txt