aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-11-19 10:55:15 -0800
committerJunio C Hamano <gitster@pobox.com>2025-11-19 10:55:42 -0800
commit5e6e4854e086ba0025bc7dc11e6b475c92a2f556 (patch)
tree8d9f3d2416cc1c821c1ebb001e2f913f201354e3 /Documentation/RelNotes
parentee270059057ca87fe9d9c50dbb5fa1399ed98cb1 (diff)
downloadgit-5e6e4854e086ba0025bc7dc11e6b475c92a2f556.tar.xz
Start 2.53 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.53.0.adoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.53.0.adoc b/Documentation/RelNotes/2.53.0.adoc
new file mode 100644
index 0000000000..b0b3dc9b3d
--- /dev/null
+++ b/Documentation/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.