aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical/api-run-command.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18run-command: move doc to run-command.hHeba Waly1-264/+0
2015-11-02run-command: factor out child_process_clear()René Scharfe1-0/+7
2014-10-31Merge branch 'rs/child-process-init'Junio C Hamano1-1/+1
2014-10-28api-run-command: add missing list item markerRené Scharfe1-1/+1
2014-10-19run-command: add env_array, an optional argv_array for envRené Scharfe1-0/+5
2014-08-20run-command: introduce child_process_init()René Scharfe1-2/+6
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-2/+2
2014-05-15run-command: store an optional argv_arrayJeff King1-0/+7
2013-01-06run-command: encode signal death as a positive integerJeff King1-4/+2
2010-03-10Enable threaded async procedures whenever pthreads is availableJohannes Sixt1-2/+3
2010-02-21Merge branch 'sp/push-sideband'Junio C Hamano1-11/+41
2010-02-05run-command: support custom fd-set in asyncErik Faye-Lund1-10/+40
2010-02-05run-command: Allow stderr to be a caller supplied pipeShawn O. Pearce1-1/+1
2010-01-31Fix typos in technical documentation.Ralf Wildenhues1-1/+1
2009-08-08api-run-command.txt: describe error behavior of run_command functionsJohannes Sixt1-3/+28
2009-01-17run_hook(): allow more than 9 hook argumentsStephan Beyer1-1/+1
2009-01-17api-run-command.txt: talk about run_hook()Stephan Beyer1-0/+15
2008-10-02run-command.c: remove run_command_v_opt_cd()Nanako Shiraishi1-1/+1
2008-07-17api-run-command.txt: typofixStephan Beyer1-1/+1
2008-06-16run-command documentation: fix "memset()" parameterMiklos Vajna1-2/+2
2008-03-05run-command: Redirect stderr to a pipe before redirecting stdout to stderrChristian Couder1-3/+4
2008-03-02Fix doc typos.Ralf Wildenhues1-3/+3
2008-02-19Technical documentation of the run-command API.Johannes Sixt1-5/+166
2007-12-14Start preparing the API documents.Junio C Hamano1-0/+10