aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-12-13 21:10:27 +0900
committerJunio C Hamano <gitster@pobox.com>2022-12-13 21:10:27 +0900
commitd96ea538e8dd0fcf381089a3b09c0a9af3617351 (patch)
tree4f1d9ddffbc57c9263a133b6dd2aadbfc44d8f78 /Documentation/RelNotes
parentMerge branch 'ps/attr-limits-with-fsck' into maint-2.32 (diff)
downloadgit-d96ea538e8dd0fcf381089a3b09c0a9af3617351.tar.gz
git-d96ea538e8dd0fcf381089a3b09c0a9af3617351.zip
Git 2.32.5v2.32.5
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.32.5.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.32.5.txt b/Documentation/RelNotes/2.32.5.txt
new file mode 100644
index 0000000000..a8cad1a05b
--- /dev/null
+++ b/Documentation/RelNotes/2.32.5.txt
@@ -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.