Skip to content

Commit 5e6e485

Browse files
committed
Start 2.53 cycle
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ee27005 commit 5e6e485

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Documentation/RelNotes/2.53.0.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DEF_VER=v2.52.0
3+
DEF_VER=v2.52.GIT
44

55
LF='
66
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.52.0.adoc
1+
Documentation/RelNotes/2.53.0.adoc

0 commit comments

Comments
 (0)