]> git.99rst.org Git - git.git/commit
t7527: test Unicode NFC/NFD handling on MacOS
authorJeff Hostetler <redacted>
Thu, 26 May 2022 21:47:22 +0000 (21:47 +0000)
committerJunio C Hamano <redacted>
Thu, 26 May 2022 22:59:28 +0000 (15:59 -0700)
commiteb299010eee63b5a069d82836efb38969ffd4109
tree7e9273a581db038fbe2c818beb9121db26dbeea0
parent00991e1013750130bbe4b4ac81279d6997935236
t7527: test Unicode NFC/NFD handling on MacOS

Confirm that the daemon reports events using the on-disk
spelling for Unicode NFC/NFD characters.  On APFS we still
have Unicode aliasing, so we cannot create two files that
only differ by NFC/NFD, but the on-disk format preserves
the spelling used to create the file.  On HFS+ we also
have aliasing, but the path is always stored on disk in
NFD.

Signed-off-by: Jeff Hostetler <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t7527-builtin-fsmonitor.sh
git clone https://git.99rst.org/PROJECT