Files
git/run-command.c
Johannes Sixt 3393222e48 Reimplement start_command() to work just like the old spawnvpe_pipe().
The idea is to duplicate the handles that we want to pass to the child
to stdin, stdout, or stderr after making a backup duplicate, then spawn
the child program, then duplicate the backups back in place.
2007-11-18 20:25:03 +01:00

7.3 KiB