Git 2.50-rc2

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint v2.50.0-rc2
Junio C Hamano 2025-06-09 07:17:31 -07:00
parent 427b538fc3
commit 4c0e625c09
2 changed files with 6 additions and 1 deletions

View 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
-----------------

View File

@ -1,6 +1,6 @@
#!/bin/sh

DEF_VER=v2.50.0-rc1
DEF_VER=v2.50.0-rc2

LF='
'