mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
Start 2.50 cycle (batch #1)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
34
Documentation/RelNotes/2.50.0.adoc
Normal file
34
Documentation/RelNotes/2.50.0.adoc
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
Git v2.50 Release Notes
|
||||||
|
=======================
|
||||||
|
|
||||||
|
UI, Workflows & Features
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
* A post-processing filter for "diff --raw" output has been
|
||||||
|
introduced.
|
||||||
|
|
||||||
|
|
||||||
|
Performance, Internal Implementation, Development Support etc.
|
||||||
|
--------------------------------------------------------------
|
||||||
|
|
||||||
|
* A handful of built-in command implementations have been rewritten
|
||||||
|
to use the repository instance supplied by git.c:run_builtin(), its
|
||||||
|
caller.
|
||||||
|
|
||||||
|
* "git fsck" becomes more careful when checking the refs.
|
||||||
|
|
||||||
|
|
||||||
|
Fixes since v2.49
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
* The refname exclusion logic in the packed-ref backend has been
|
||||||
|
broken for some time, which confused upload-pack to advertise
|
||||||
|
different set of refs. This has been corrected.
|
||||||
|
(merge 10e8a9352b tb/refs-exclude-fixes later to maint).
|
||||||
|
|
||||||
|
* The merge-recursive and merge-ort machinery crashed in corner cases
|
||||||
|
when certain renames are involved.
|
||||||
|
(merge 3adba40858 en/merge-process-renames-crash-fix later to maint).
|
||||||
|
|
||||||
|
* Other code cleanup, docfix, build fix, etc.
|
||||||
|
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
DEF_VER=v2.49.0
|
DEF_VER=v2.49.GIT
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
|||||||
Reference in New Issue
Block a user