William Hesse 24acf27f48 Use git.bat from depot_tools in githooks setup on Windows (flutter/engine#33389)
The git installed by depot_tools on Windows is only available as git.bat from Python.
The shell auto-replaces git by git.bat, but that doesn't happen when running from Python.
The git installed by depot_tools may be the only git installed on Windows.

Without this fix, gclient sync does not work on Windows for me
2022-05-16 17:11:52 +02:00
..