summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.50.0.adoc
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-05-28 07:59:41 -0700
committerJunio C Hamano <gitster@pobox.com>2025-05-28 07:59:56 -0700
commitb32feae0f1b21faaf8e191e8d3314a32470a536b (patch)
treeb65c38f99671d03bcf4bad1f07eee4cb19159f04 /Documentation/RelNotes/2.50.0.adoc
parentb4847a4477d8cf312bb6e2aef2f3291d13563d36 (diff)
downloadgit-2.50.0-rc0.tar.xz
Git 2.50-rc0v2.50.0-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.50.0.adoc')
-rw-r--r--Documentation/RelNotes/2.50.0.adoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.50.0.adoc b/Documentation/RelNotes/2.50.0.adoc
index 4bcd3ed383..c6c34d1a1d 100644
--- a/Documentation/RelNotes/2.50.0.adoc
+++ b/Documentation/RelNotes/2.50.0.adoc
@@ -85,6 +85,10 @@ UI, Workflows & Features
* The commit title in the "rebase -i" todo file are now prefixed with
'#', just like a merge commit being replayed.
+ * "git receive-pack" optionally learns not to care about connectivity
+ check, which can be useful when the repository arranges to ensure
+ connectivity by some other means.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -185,6 +189,10 @@ Performance, Internal Implementation, Development Support etc.
* Assorted fixes for issues found with CodeQL.
+ * Remove the leftover hints to the test framework to mark tests that
+ do not pass the leak checker tests, as they should no longer be
+ needed.
+
Fixes since v2.49
-----------------