Files
git/compat
Johannes Schindelin 6f50cde5df fixup! fsmonitor-fs-listen-win32: implement FSMonitor backend on Windows
Let's keep avoiding the `*A()` family of Win32 API functions because
they are susceptible to incoherent encoding problems. In Git for
Windows, we always assume paths to be UTF-8 encoded. Let's use the
dedicated helper to convert such a path to the wide character version,
and then use the `*W()` function instead.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2021-07-05 13:51:08 +02:00
..
2020-04-16 15:23:42 -07:00
2019-06-25 10:46:57 -07:00
2021-02-26 14:15:51 -08:00