summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-run-command.txt
AgeCommit message (Expand)Author
2019-11-18run-command: move doc to run-command.hHeba Waly
2015-11-02run-command: factor out child_process_clear()René Scharfe
2014-10-31Merge branch 'rs/child-process-init'Junio C Hamano
2014-10-28api-run-command: add missing list item markerRené Scharfe
2014-10-19run-command: add env_array, an optional argv_array for envRené Scharfe
2014-08-20run-command: introduce child_process_init()René Scharfe
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-05-15run-command: store an optional argv_arrayJeff King
2013-01-06run-command: encode signal death as a positive integerJeff King
2010-03-10Enable threaded async procedures whenever pthreads is availableJohannes Sixt
2010-02-21Merge branch 'sp/push-sideband'Junio C Hamano
2010-02-06run-command: support custom fd-set in asyncErik Faye-Lund
2010-02-06run-command: Allow stderr to be a caller supplied pipeShawn O. Pearce
2010-01-31Fix typos in technical documentation.Ralf Wildenhues
2009-08-08api-run-command.txt: describe error behavior of run_command functionsJohannes Sixt
2009-01-18run_hook(): allow more than 9 hook argumentsStephan Beyer
2009-01-18api-run-command.txt: talk about run_hook()Stephan Beyer
2008-10-03run-command.c: remove run_command_v_opt_cd()Nanako Shiraishi
2008-07-18api-run-command.txt: typofixStephan Beyer
2008-06-17run-command documentation: fix "memset()" parameterMiklos Vajna
2008-03-05run-command: Redirect stderr to a pipe before redirecting stdout to stderrChristian Couder
2008-03-03Fix doc typos.Ralf Wildenhues
2008-02-20Technical documentation of the run-command API.Johannes Sixt
2007-12-15Start preparing the API documents.Junio C Hamano