]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.50-rc0 v2.50.0-rc0
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2025 14:59:41 +0000 (07:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2025 14:59:56 +0000 (07:59 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.50.0.adoc
GIT-VERSION-GEN

index 4bcd3ed38362ae9e67833027e7f931002a08e0ea..c6c34d1a1d60ebad539583392f9a5b846fb32629 100644 (file)
@@ -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
 -----------------
index b98159829898289a6e07fca4b019b13f6c7bfd74..cea2a13401353fba2543f911499dbb73b899ab63 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEF_VER=v2.49.GIT
+DEF_VER=v2.50.0-rc0
 
 LF='
 '