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
Internally, Cygwin already uses __utf8_mbtowc(), even if it still claims
to use the "ASCII" charset.
But the `MB_CUR_MAX` value (which is not actually a constant, but
dependent on the current locale) was still 1, which broke the initial
`globify()` call while parsing the the command-line in `build_argv()`
for non-ASCII arguments.
This fixesgit-for-windows/git#2189
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
0 commit comments