You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The commit-msg hook was incorrectly flagging Unicode symbols like ✓ and
✗ as "Chinese characters" due to improper locale handling with LC_ALL=C.
It uses Python3 with proper Unicode regex '[\u4e00-\u9fff]' for accurate
detection adds fallback logic for systems without Python3, filtering out
known Unicode symbols from false positive matches.
Change-Id: I9b6b446b8f6df7a4b081f51c53204d3c97274607
0 commit comments