Files
git/run-command.c
Johannes Sixt 91dd11cb86 Disarm .dir and .env support on MinGW.
We do not yet support changing the directory of the spawned process
(it would require a getwd(), chdir(new), chdir(back) sequence).
Even though we can remove environment variables in the spawned process,
we cannot yet add new ones.
2007-07-21 16:03:46 +02:00

3.5 KiB