Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions RelNotes/2.53.0.adoc
Original file line number Diff line number Diff line change
@@ -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.