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
fixup! mingw: allow git.exe to be used instead of the "Git wrapper"
When building Git via CMake on Windows, the dynamic libraries (`.dll`
files) on which Git's executables depend are copied into the build
directory, because the `.exe` files would not even load otherwise.
The "'MSYSTEM/PATH is adjusted if necessary'" test case of
`t0060-path-utils.sh` wants to copy said `.exe` files, though, and
expects them to run. Therefore, we need to copy the `.dll` files, too,
if there are any.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments