From 4c0e625c091d4c648cec7319bafaed3cc81658e5 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 9 Jun 2025 07:17:31 -0700 Subject: [PATCH] Git 2.50-rc2 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.50.0.adoc | 5 +++++ GIT-VERSION-GEN | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.50.0.adoc b/Documentation/RelNotes/2.50.0.adoc index c9adfed339..99acf81487 100644 --- a/Documentation/RelNotes/2.50.0.adoc +++ b/Documentation/RelNotes/2.50.0.adoc @@ -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 ----------------- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 1047b8d11d..208e91a17f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v2.50.0-rc1 +DEF_VER=v2.50.0-rc2 LF=' ' -- 2.47.3