aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-06-09 07:17:31 -0700
committerJunio C Hamano <gitster@pobox.com>2025-06-09 07:18:49 -0700
commit4c0e625c091d4c648cec7319bafaed3cc81658e5 (patch)
tree2543aac3bd802bd64d4d37fbf2a91083f7fa9481 /Documentation/RelNotes
parent427b538fc33d4feb958424fb997715d9fcae2a02 (diff)
downloadgit-4c0e625c091d4c648cec7319bafaed3cc81658e5.tar.gz
Git 2.50-rc2v2.50.0-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.50.0.adoc5
1 files changed, 5 insertions, 0 deletions
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
-----------------