Start 2.53 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Nov 19, 2025 at 10:55 UTC
5e6e4854e086ba0025bc7dc11e6b475c92a2f556
3 files changed
+14
-2
Documentation/RelNotes/2.53.0.adoc
+12
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.
GIT-VERSION-GEN
+1
-1
index 8d5bbf7b6d..1f7af0328a 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,6 +1,6 @@
#!/bin/sh
-DEF_VER=v2.52.0
+DEF_VER=v2.52.GIT
LF='
'
RelNotes
+1
-1
index 6d16c0077a..6dfd3d1bcf 120000
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.52.0.adoc
\ No newline at end of file
+Documentation/RelNotes/2.53.0.adoc
\ No newline at end of file