Merge branch 'tb/precompose-autodetect-fix'
On MacOS X, we detected if the filesystem needs the "pre-composed unicode strings" workaround, but did not automatically enable it. Now we do. * tb/precompose-autodetect-fix: Set core.precomposeunicode to true on e.g. HFS+
This commit is contained in:
@ -962,7 +962,6 @@ test_expect_success 'submodule with UTF-8 name' '
|
||||
git add sub &&
|
||||
git commit -m "init sub"
|
||||
) &&
|
||||
test_config core.precomposeunicode true &&
|
||||
git submodule add ./"$svname" &&
|
||||
git submodule >&2 &&
|
||||
test -n "$(git submodule | grep "$svname")"
|
||||
|
||||
Reference in New Issue
Block a user