]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Start 2.53 cycle main master
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2025 18:55:15 +0000 (10:55 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2025 18:55:42 +0000 (10:55 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.53.0.adoc [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.53.0.adoc b/Documentation/RelNotes/2.53.0.adoc
new file mode 100644 (file)
index 0000000..b0b3dc9
--- /dev/null
@@ -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.
index 8d5bbf7b6d3efdfdc8ac4e6c251a122871cbd331..1f7af0328a046194ac98cf7454b7b5aac96b49a2 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEF_VER=v2.52.0
+DEF_VER=v2.52.GIT
 
 LF='
 '
index 6d16c0077a11cbf41ee8e728d76bb63964cb03b4..6dfd3d1bcf2f3378498b865e9778cc48f8203dca 120000 (symlink)
--- 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