Skip to content

Commit 4c0e625

Browse files
committed
Git 2.50-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 427b538 commit 4c0e625

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Documentation/RelNotes/2.50.0.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ Performance, Internal Implementation, Development Support etc.
207207
with platform-natural "int" when we should have used "long", which
208208
all have been corrected.
209209
210+
* Tests that compare $HOME and $(pwd), which should be the same
211+
directory unless the tests chdir's around, would fail when the user
212+
enters the test directory via symbolic links, which has been
213+
corrected.
214+
210215
211216
Fixes since v2.49
212217
-----------------

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DEF_VER=v2.50.0-rc1
3+
DEF_VER=v2.50.0-rc2
44

55
LF='
66
'

0 commit comments

Comments
 (0)