Skip to content

Commit 66b90d9

Browse files
committed
Start 2.50 cycle (batch #1)
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 87a8e53 commit 66b90d9

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

Documentation/RelNotes/2.50.0.adoc

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Git v2.50 Release Notes
2+
=======================
3+
4+
UI, Workflows & Features
5+
------------------------
6+
7+
* A post-processing filter for "diff --raw" output has been
8+
introduced.
9+
10+
11+
Performance, Internal Implementation, Development Support etc.
12+
--------------------------------------------------------------
13+
14+
* A handful of built-in command implementations have been rewritten
15+
to use the repository instance supplied by git.c:run_builtin(), its
16+
caller.
17+
18+
* "git fsck" becomes more careful when checking the refs.
19+
20+
21+
Fixes since v2.49
22+
-----------------
23+
24+
* The refname exclusion logic in the packed-ref backend has been
25+
broken for some time, which confused upload-pack to advertise
26+
different set of refs. This has been corrected.
27+
(merge 10e8a9352b tb/refs-exclude-fixes later to maint).
28+
29+
* The merge-recursive and merge-ort machinery crashed in corner cases
30+
when certain renames are involved.
31+
(merge 3adba40858 en/merge-process-renames-crash-fix later to maint).
32+
33+
* Other code cleanup, docfix, build fix, etc.
34+
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).

GIT-VERSION-GEN

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DEF_VER=v2.49.0
3+
DEF_VER=v2.49.GIT
44

55
LF='
66
'

RelNotes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.49.0.adoc
1+
Documentation/RelNotes/2.50.0.adoc

0 commit comments

Comments
 (0)