]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.50-rc2 v2.50.0-rc2
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2025 14:17:31 +0000 (07:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2025 14:18:49 +0000 (07:18 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.50.0.adoc
GIT-VERSION-GEN

index c9adfed33999e9541ee2e8c334eb4fe9bd2cd0f0..99acf814875246f76f2b03382ab0b8f5b80054b0 100644 (file)
@@ -207,6 +207,11 @@ Performance, Internal Implementation, Development Support etc.
    with platform-natural "int" when we should have used "long", which
    all have been corrected.
 
+ * Tests that compare $HOME and $(pwd), which should be the same
+   directory unless the tests chdir's around, would fail when the user
+   enters the test directory via symbolic links, which has been
+   corrected.
+
 
 Fixes since v2.49
 -----------------
index 1047b8d11de767d290170979a9a20de1f5692e26..208e91a17f04558ca66bc19d73457ca64d5385f8 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEF_VER=v2.50.0-rc1
+DEF_VER=v2.50.0-rc2
 
 LF='
 '