From f270656889323b315a679b552fdd44608379a0d2 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 19 Nov 2025 12:22:24 -0800 Subject: [PATCH] Autogenerated HTML docs for v2.52.0-38-g5e6e4 --- RelNotes/2.53.0.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 RelNotes/2.53.0.adoc diff --git a/RelNotes/2.53.0.adoc b/RelNotes/2.53.0.adoc new file mode 100644 index 000000000..b0b3dc9b3 --- /dev/null +++ b/RelNotes/2.53.0.adoc @@ -0,0 +1,12 @@ +Git v2.53 Release Notes +======================= + +Performance, Internal Implementation, Development Support etc. +-------------------------------------------------------------- + + * The list of packfiles used in a running Git process is moved from + the packed_git structure into the packfile store. + + * Some ref backend storage can hold not just the object name of an + annotated tag, but the object name of the object the tag points at. + The code to handle this information has been streamlined.