Files
git/Documentation/technical
René Scharfe 19a583dc39 run-command: add env_array, an optional argv_array for env
Similar to args, add a struct argv_array member to struct child_process
that simplifies specifying the environment for children.  It is freed
automatically by finish_command() or if start_command() encounters an
error.

Suggested-by: Jeff King <peff@peff.net>
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2014-10-19 15:26:31 -07:00
..
2014-09-11 10:33:25 -07:00
2013-07-29 12:32:25 -07:00
2014-06-13 11:49:39 -07:00
2014-10-08 13:05:25 -07:00