Set core.precomposeunicode to true on e.g. HFS+
commit92b0c8bed0d3f6ed5442e3ffa178413772faa31b
authorTorsten Bögershausen <tboegi@web.de>
Tue, 27 Aug 2013 13:50:40 +0000 (27 15:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Aug 2013 14:41:32 +0000 (27 07:41 -0700)
tree1bf170a02f29758568bb7534f3333a8411104a9b
parente230c568c4b9a991e3175e5f65171a566fd8e39c
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>
compat/precompose_utf8.c
t/t0050-filesystem.sh
t/t3910-mac-os-precompose.sh
t/t7400-submodule-basic.sh