summaryrefslogtreecommitdiff
path: root/t/t3910-mac-os-precompose.sh
diff options
context:
space:
mode:
authorTorsten Bögershausen <tboegi@web.de>2013-08-27 13:50:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-08-27 14:41:32 (GMT)
commit92b0c8bed0d3f6ed5442e3ffa178413772faa31b (patch)
tree1bf170a02f29758568bb7534f3333a8411104a9b /t/t3910-mac-os-precompose.sh
parente230c568c4b9a991e3175e5f65171a566fd8e39c (diff)
downloadgit-92b0c8bed0d3f6ed5442e3ffa178413772faa31b.zip
git-92b0c8bed0d3f6ed5442e3ffa178413772faa31b.tar.gz
git-92b0c8bed0d3f6ed5442e3ffa178413772faa31b.tar.bz2
Set core.precomposeunicode to true on e.g. HFS+
When core.precomposeunicode was introduced in 76759c7d, it was set to false on a unicode decomposing file system like HFS+ to be compatible with older versions of Git. The Mac OS users need to find out that this configuration exist and change it manually from false to true. A smoother workflow can be achieved, so set core.precomposeunicode to true on a decomposing file system. Signed-off-by: Torsten Bögershausen <tboegi@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3910-mac-os-precompose.sh')
-rwxr-xr-xt/t3910-mac-os-precompose.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3910-mac-os-precompose.sh b/t/t3910-mac-os-precompose.sh
index 5fe57c5..e4ba601 100755
--- a/t/t3910-mac-os-precompose.sh
+++ b/t/t3910-mac-os-precompose.sh
@@ -36,7 +36,7 @@ Alongc=$Alongc$AEligatu$AEligatu #254 Byte
test_expect_success "detect if nfd needed" '
precomposeunicode=`git config core.precomposeunicode` &&
- test "$precomposeunicode" = false &&
+ test "$precomposeunicode" = true &&
git config core.precomposeunicode true
'
test_expect_success "setup" '