]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.32.5 v2.32.5
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Dec 2022 12:10:27 +0000 (21:10 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Dec 2022 12:10:27 +0000 (21:10 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.32.5.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.32.5.txt b/Documentation/RelNotes/2.32.5.txt
new file mode 100644 (file)
index 0000000..a8cad1a
--- /dev/null
@@ -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.
index 076cdd3151cd7b02a56ed797007cc97752daf3f9..3d2538de85312ad9d5f0215d4a111da3ada91414 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.32.4
+DEF_VER=v2.32.5
 
 LF='
 '
index 2626c7807b4af1bff1c7affff9b014eeb2614dba..e60115fd82a8d6bcb2de24647719faa4d2016d5e 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.32.4.txt
\ No newline at end of file
+Documentation/RelNotes/2.32.5.txt
\ No newline at end of file