summaryrefslogtreecommitdiff
path: root/run-command.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-19Merge branch 'jk/pager-swap'Libravatar Junio C Hamano1-0/+2
2008-08-04Add output flushing before fork()Libravatar Anders Melchiorsen1-0/+1
2008-08-03Flush output in start_asyncLibravatar Anders Melchiorsen1-0/+3
2008-07-28run-command (Windows): Run dashless "git <cmd>"Libravatar Steffen Prohaska1-7/+4
2008-07-25run-command: add pre-exec callbackLibravatar Jeff King1-0/+2
2008-07-07Merge branch 'qq/maint'Libravatar Junio C Hamano1-0/+2
2008-07-07run_command(): respect GIT_TRACELibravatar Johannes Schindelin1-0/+2
2008-06-26Windows: Implement a custom spawnve().Libravatar Johannes Sixt1-1/+1
2008-06-26Windows: Implement asynchronous functions as threads.Libravatar Johannes Sixt1-1/+28
2008-06-23Windows: Implement start_command().Libravatar Johannes Sixt1-14/+83
2008-03-05run-command: Redirect stderr to a pipe before redirecting stdout to stderrLibravatar Christian Couder1-7/+7
2008-02-23start_command(), if .in/.out > 0, closes file descriptors, not the callersLibravatar Johannes Sixt1-2/+20
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorLibravatar Johannes Sixt1-6/+0
2007-11-11run-command: Support sending stderr to /dev/nullLibravatar Shawn O. Pearce1-2/+4
2007-10-21Add infrastructure to run a function asynchronously.Libravatar Johannes Sixt1-8/+43
2007-10-21Have start_command() create a pipe to read the stderr of the child.Libravatar Johannes Sixt1-2/+24
2007-05-23Allow environment variables to be unset in the processes started by run_commandLibravatar Alex Riesen1-2/+6
2007-05-23Add ability to specify environment extension to run_commandLibravatar Alex Riesen1-1/+15
2007-05-23Add run_command_v_opt_cd: chdir into a directory before execLibravatar Alex Riesen1-5/+22
2007-03-12Teach run-command to redirect stdout to /dev/nullLibravatar Shawn O. Pearce1-8/+18
2007-03-12Teach run-command about stdout redirectionLibravatar Shawn O. Pearce1-1/+29
2007-03-12Simplify closing two fds at once in run-command.cLibravatar Shawn O. Pearce1-6/+9
2007-03-11Teach run_command how to setup a stdin pipeLibravatar Shawn O. Pearce1-1/+34
2007-03-11Split run_command into two halves (start/finish)Libravatar Shawn O. Pearce1-7/+19
2007-03-11Start defining a more sophisticated run_commandLibravatar Shawn O. Pearce1-7/+18
2007-03-11Remove unused run_command variantsLibravatar Shawn O. Pearce1-45/+0
2006-12-30Use /dev/null for update hook stdin.Libravatar Shawn O. Pearce1-3/+3
2006-12-30Redirect update hook stdout to stderr.Libravatar Shawn O. Pearce1-6/+26
2006-12-30Remove unnecessary argc parameter from run_command_v.Libravatar Shawn O. Pearce1-4/+4
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-1/+0
2006-08-15use appropriate typedefsLibravatar David Rientjes1-4/+4
2006-03-05Const tightening.Libravatar Junio C Hamano1-3/+3
2006-01-13Exec git programs without using PATH.Libravatar Michal Ostrowski1-2/+7
2005-12-07Clean up file descriptors when calling hooks.Libravatar Daniel Barkalow1-2/+13
2005-08-02receive-pack hooks updates.Libravatar Junio C Hamano1-7/+5
2005-07-31[PATCH] Added hook in git-receive-packLibravatar Josef Weidendorfer1-0/+60