mirror of
https://github.com/git/git.git
synced 2026-01-27 10:58:50 +00: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>