Johannes Sixt schrieb: > I also need this to complete this test: > > diff --git a/t/t1504-ceiling-dirs.sh b/t/t1504-ceiling-dirs.sh > index 9c9c4c9..e377d48 100755 > --- a/t/t1504-ceiling-dirs.sh > +++ b/t/t1504-ceiling-dirs.sh > @@ -93,13 +93,13 @@ GIT_CEILING_DIRECTORIES="$TRASH_ROOT/subdi" > test_prefix subdir_ceil_at_subdi_slash "sub/dir/" > > > -GIT_CEILING_DIRECTORIES="foo:$TRASH_ROOT/sub" > +GIT_CEILING_DIRECTORIES="/foo:$TRASH_ROOT/sub" > test_fail second_of_two > > GIT_CEILING_DIRECTORIES="$TRASH_ROOT/sub:/bar" > test_fail first_of_two > > -GIT_CEILING_DIRECTORIES="foo:$TRASH_ROOT/sub:bar" > +GIT_CEILING_DIRECTORIES="/foo:$TRASH_ROOT/sub:/bar" > test_fail second_of_three > Just to confirm: after updating msys, I also need this patch to make t1504 pass. René -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html