We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0906b commit f270656Copy full SHA for f270656
RelNotes/2.53.0.adoc
@@ -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.
0 commit comments