mirror of
https://github.com/git/git.git
synced 2026-01-23 09:01:15 +00: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>