Skip to content

Commit b32feae

Browse files
committed
Git 2.50-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent b4847a4 commit b32feae

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Documentation/RelNotes/2.50.0.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ UI, Workflows & Features
8585
* The commit title in the "rebase -i" todo file are now prefixed with
8686
'#', just like a merge commit being replayed.
8787

88+
* "git receive-pack" optionally learns not to care about connectivity
89+
check, which can be useful when the repository arranges to ensure
90+
connectivity by some other means.
91+
8892

8993
Performance, Internal Implementation, Development Support etc.
9094
--------------------------------------------------------------
@@ -185,6 +189,10 @@ Performance, Internal Implementation, Development Support etc.
185189
186190
* Assorted fixes for issues found with CodeQL.
187191
192+
* Remove the leftover hints to the test framework to mark tests that
193+
do not pass the leak checker tests, as they should no longer be
194+
needed.
195+
188196
189197
Fixes since v2.49
190198
-----------------

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DEF_VER=v2.49.GIT
3+
DEF_VER=v2.50.0-rc0
44

55
LF='
66
'

0 commit comments

Comments
 (0)