mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-16 11:02:37 -05:00
This topic branch introduces a highly-experimental feature allowing to override stdin/stdout/stderr by setting environment variables e.g. to named pipes, solving a problem in highly multi-threaded applications where inheritable handles could cause blocked Git operations. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>