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 new
+12
@@ -0,0 +1,12 @@
1 +Git v2.53 Release Notes
2 +=======================
3 +
4 +Performance, Internal Implementation, Development Support etc.
5 +--------------------------------------------------------------
6 +
7 + * The list of packfiles used in a running Git process is moved from
8 + the packed_git structure into the packfile store.
9 +
10 + * Some ref backend storage can hold not just the object name of an
11 + annotated tag, but the object name of the object the tag points at.
12 + The code to handle this information has been streamlined.
GIT-VERSION-GEN
+1 -1
@@ -1,6 +1,6 @@
1 #!/bin/sh
2
3 -DEF_VER=v2.52.0
3 +DEF_VER=v2.52.GIT
4
5 LF='
6 '
RelNotes
+1 -1
@@ -1 +1 @@
1 -Documentation/RelNotes/2.52.0.adoc
\ No newline at end of file
1 +Documentation/RelNotes/2.53.0.adoc
\ No newline at end of file