aboutsummaryrefslogtreecommitdiffstats
path: root/run-command.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano1-36/+36
2016-03-04Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano1-21/+3
2016-03-01run_processes_parallel: rename parameters for the callbacksStefan Beller1-2/+2
2016-03-01run_processes_parallel: treat output of children as byte arrayStefan Beller1-4/+4
2016-03-01run-command: do not pass child process data into callbacksStefan Beller1-21/+3
2016-02-26Merge branch 'jk/epipe-in-async'Junio C Hamano1-0/+10
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano1-35/+25
2016-02-25write_or_die: handle EPIPE in async threadsJeff King1-0/+10
2016-02-22prepare_{git,shell}_cmd: use argv_arrayJeff King1-35/+25
2016-01-20Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano1-1/+1
2015-12-29run-command: don't warn on SIGPIPE deathsJeff King1-1/+1
2015-12-16run-command: add an asynchronous parallel child processorStefan Beller1-0/+335
2015-11-03Merge branch 'rs/daemon-plug-child-leak'Junio C Hamano1-6/+9
2015-11-02run-command: factor out child_process_clear()René Scharfe1-6/+9
2015-10-07Merge branch 'ti/glibc-stdio-mutex-from-signal-handler'Junio C Hamano1-8/+17
2015-10-05Merge branch 'jk/async-pkt-line'Junio C Hamano1-1/+15
2015-09-04pager: don't use unsafe functions in signal handlersTakashi Iwai1-8/+17
2015-09-01run-command: provide in_async query functionJeff King1-1/+15
2015-08-25Merge branch 'jk/long-error-messages'Junio C Hamano1-15/+2
2015-08-11vreportf: report to arbitrary filehandlesJeff King1-15/+2
2015-08-10find_hook: keep our own static bufferJeff King1-4/+6
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano1-2/+2
2015-03-25Merge branch 'jk/run-command-capture'Junio C Hamano1-1/+22
2015-03-22run-command: forbid using run_command with piped outputJeff King1-1/+6
2015-03-22run-command: introduce capture_command helperJeff King1-0/+16
2015-03-10git-compat-util.h: move SHELL_PATH default into headerKyle J. McKay1-4/+0
2014-12-22Merge branch 'jc/hook-cleanup'Junio C Hamano1-17/+0
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy1-2/+2
2014-12-01run-command.c: retire unused run_hook_with_custom_index()Junio C Hamano1-17/+0
2014-11-10run-command: use void to declare that functions take no parametersRené Scharfe1-2/+2
2014-10-24Merge branch 'eb/no-pthreads'Junio C Hamano1-0/+40
2014-10-19Handle atexit list internaly for unthreaded buildsEtienne Buira1-0/+40
2014-10-19run-command: add env_array, an optional argv_array for envRené Scharfe1-0/+6
2014-08-20run-command: inline prepare_run_command_v_opt()René Scharfe1-16/+8
2014-08-20run-command: call run_command_v_opt_cd_env() instead of duplicating itRené Scharfe1-3/+1
2014-08-20run-command: introduce child_process_init()René Scharfe1-0/+6
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-2/+1
2014-07-30Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano1-8/+2
2014-07-21Win32: don't copy the environment twice when spawning child processesKarsten Blees1-8/+2
2014-07-17run-command: use internal argv_array of struct child_process in run_hook_ve()René Scharfe1-11/+4
2014-05-15run-command: store an optional argv_arrayJeff King1-1/+8
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre1-12/+32
2013-10-31run-command: trivial style fixesFelipe Contreras1-8/+5
2013-07-22Merge branch 'tr/fd-gotcha-fixes'Junio C Hamano1-1/+4
2013-07-12run-command: dup_devnull(): guard against syscalls failingThomas Rast1-1/+4
2013-05-08mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder1-5/+5
2013-04-19Merge branch 'jk/a-thread-only-dies-once'Junio C Hamano1-0/+11
2013-04-16run-command: use thread-aware die_is_recursing routineJeff King1-0/+11
2013-03-21run-command: always set failed_errno in start_commandJeff King1-2/+3
2013-02-07Merge branch 'sb/run-command-fd-error-reporting'Junio C Hamano1-2/+6