pub fn pathspec_precompose_enabled() -> boolExpand description
NFC-normalize for pathspec comparisons when the repo opts into precomposed Unicode storage.
Memoized for the process lifetime: cwd and the config cascade are fixed before any pathspec
matching runs, and this is called from per-entry hot loops (status/add pathspec matching)
where re-walking to the git dir and re-parsing config files per call dominated the profile.