Skip to content

Commit 4bbb303

Browse files
committed
The seventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent cee058b commit 4bbb303

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/RelNotes/2.50.0.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ UI, Workflows & Features
4848
* "git cat-file --batch" and friends learned to allow "--filter=" to
4949
omit certain objects, just like the transport layer does.
5050

51+
* "git blame --porcelain" mode now talks about unblamable lines and
52+
lines that are blamed to an ignored commit.
53+
5154

5255
Performance, Internal Implementation, Development Support etc.
5356
--------------------------------------------------------------
@@ -104,6 +107,9 @@ Performance, Internal Implementation, Development Support etc.
104107
have been rewritten help environment with NO_PERL test the build as
105108
much as possible.
106109
110+
* Remove remnants of the recursive merge strategy backend, which was
111+
superseded by the ort merge strategy.
112+
107113
108114
Fixes since v2.49
109115
-----------------
@@ -182,6 +188,13 @@ Fixes since v2.49
182188
* Random build fixes.
183189
(merge 85e1d6819f ps/misc-build-fixes later to maint).
184190

191+
* "git fetch [<remote>]" with only the configured fetch refspec
192+
should be the only thing to update refs/remotes/<remote>/HEAD,
193+
but the code was overly eager to do so in other cases.
194+
195+
* Incorrect sorting of refs with bytes with high-bit set on platforms
196+
with signed char led to a BUG, which has been corrected.
197+
185198
* Other code cleanup, docfix, build fix, etc.
186199
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
187200
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
@@ -201,3 +214,4 @@ Fixes since v2.49
201214
(merge ee8edb7156 dk/vimdiff-doc-fix later to maint).
202215
(merge 107d889303 md/t1403-path-is-file later to maint).
203216
(merge abd4192b07 js/comma-semicolon-confusion later to maint).
217+
(merge 27b7264206 ab/environment-clean-header later to maint).

0 commit comments

Comments
 (0)