Skip to content

Conversation

dscho
Copy link
Member

@dscho dscho commented Apr 8, 2020

This is another patch that has been carried in Git for Windows for some five years. Time to graduate.

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.

Also support passing a path to a log file via GIT_STRACE_COMMANDS to
force Git to call strace.exe with the `-o <path>` argument, i.e. to log
into a file rather than print the log directly.

That comes in handy when the output would otherwise misinterpreted by a
calling process as part of Git's output.

Note: the values "1", "yes" or "true" are *not* specifying paths, but
tell Git to let strace.exe log directly to the console.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@dscho
Copy link
Member Author

dscho commented Apr 9, 2020

/submit

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 9, 2020

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 9, 2020

This branch is now known as js/mingw-fixes.

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 9, 2020

This patch series was integrated into pu via git@f183b45.

@gitgitgadget gitgitgadget bot added the pu label Apr 9, 2020
@gitgitgadget
Copy link

gitgitgadget bot commented Apr 9, 2020

This patch series was integrated into pu via git@882032d.

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 10, 2020

This patch series was integrated into pu via git@ace71da.

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 10, 2020

This patch series was integrated into pu via git@7bb3df3.

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 10, 2020

This patch series was integrated into pu via git@bbd6116.

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 11, 2020

This patch series was integrated into pu via git@b0666e0.

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 14, 2020

This patch series was integrated into pu via git@08a0b85.

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 15, 2020

This patch series was integrated into pu via git@7c5cf23.

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 15, 2020

This patch series was integrated into pu via git@17d2d27.

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 15, 2020

This patch series was integrated into next via git@11a3d39.

@gitgitgadget gitgitgadget bot added the next label Apr 15, 2020
@gitgitgadget
Copy link

gitgitgadget bot commented Apr 20, 2020

This patch series was integrated into pu via git@1258992.

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 21, 2020

This patch series was integrated into pu via git@493ee41.

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 24, 2020

This patch series was integrated into pu via git@b3eb70e.

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 24, 2020

This patch series was integrated into next via git@b3eb70e.

@gitgitgadget
Copy link

gitgitgadget bot commented Apr 24, 2020

This patch series was integrated into master via git@b3eb70e.

@gitgitgadget gitgitgadget bot added the master label Apr 24, 2020
@gitgitgadget gitgitgadget bot closed this Apr 24, 2020
@gitgitgadget
Copy link

gitgitgadget bot commented Apr 24, 2020

Closed via b3eb70e.

@dscho dscho deleted the msys2-strace branch April 25, 2020 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant