mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-17 22:19:19 -05:00
MSys2's strace facility is very useful for debugging... With this patch, the bash will be executed through strace if the environment variable GIT_STRACE_COMMANDS is set, which comes in real handy when investigating issues in the test suite. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>