mirror of
https://github.com/git/git.git
synced 2026-01-10 12:53:12 +09:00
Start 2.53 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
ee27005905
commit
5e6e4854e0
12
Documentation/RelNotes/2.53.0.adoc
Normal file
12
Documentation/RelNotes/2.53.0.adoc
Normal file
@ -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.
|
||||
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
DEF_VER=v2.52.0
|
||||
DEF_VER=v2.52.GIT
|
||||
|
||||
LF='
|
||||
'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user