From: Junio C Hamano Date: Sun, 19 May 2019 07:45:30 +0000 (+0900) Subject: Merge branch 'en/unicode-in-refnames' X-Git-Tag: v2.22.0-rc1~20 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/97616ca488ba460e20cbbb3374aabc97919b44ca?hp=97616ca488ba460e20cbbb3374aabc97919b44ca Merge branch 'en/unicode-in-refnames' On a filesystem like HFS+, the names of the refs stored as filesystem entities may become different from what the end-user expects, just like files in the working tree get "renamed". Work around the mismatch by paying attention to the core.precomposeUnicode configuration. * en/unicode-in-refnames: Honor core.precomposeUnicode in more places ---