summaryrefslogtreecommitdiff
path: root/run-command.c
AgeCommit message (Expand)Author
2015-11-05Merge branch 'rs/daemon-plug-child-leak' into maintJunio C Hamano
2015-11-02run-command: factor out child_process_clear()René Scharfe
2015-10-16Merge branch 'ti/glibc-stdio-mutex-from-signal-handler' into maintJunio C Hamano
2015-09-04pager: don't use unsafe functions in signal handlersTakashi Iwai
2015-08-25Merge branch 'jk/long-error-messages'Junio C Hamano
2015-08-11vreportf: report to arbitrary filehandlesJeff King
2015-08-10find_hook: keep our own static bufferJeff King
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-03-25Merge branch 'jk/run-command-capture'Junio C Hamano
2015-03-23run-command: forbid using run_command with piped outputJeff King
2015-03-23run-command: introduce capture_command helperJeff King
2015-03-10git-compat-util.h: move SHELL_PATH default into headerKyle J. McKay
2014-12-22Merge branch 'jc/hook-cleanup'Junio C Hamano
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy
2014-12-01run-command.c: retire unused run_hook_with_custom_index()Junio C Hamano
2014-11-10run-command: use void to declare that functions take no parametersRené Scharfe
2014-10-24Merge branch 'eb/no-pthreads'Junio C Hamano
2014-10-19Handle atexit list internaly for unthreaded buildsEtienne Buira
2014-10-19run-command: add env_array, an optional argv_array for envRené Scharfe
2014-08-20run-command: inline prepare_run_command_v_opt()René Scharfe
2014-08-20run-command: call run_command_v_opt_cd_env() instead of duplicating itRené Scharfe
2014-08-20run-command: introduce child_process_init()René Scharfe
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-07-30Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano
2014-07-21Win32: don't copy the environment twice when spawning child processesKarsten Blees
2014-07-17run-command: use internal argv_array of struct child_process in run_hook_ve()René Scharfe
2014-05-15run-command: store an optional argv_arrayJeff King
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre
2013-10-31run-command: trivial style fixesFelipe Contreras
2013-07-22Merge branch 'tr/fd-gotcha-fixes'Junio C Hamano
2013-07-12run-command: dup_devnull(): guard against syscalls failingThomas Rast
2013-05-08mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder
2013-04-19Merge branch 'jk/a-thread-only-dies-once'Junio C Hamano
2013-04-16run-command: use thread-aware die_is_recursing routineJeff King
2013-03-21run-command: always set failed_errno in start_commandJeff King
2013-02-07Merge branch 'sb/run-command-fd-error-reporting'Junio C Hamano
2013-02-01run-command: be more informative about what failedStephen Boyd
2013-01-14hooks: Add function to check if a hook existsAaron Schrab
2013-01-06run-command: encode signal death as a positive integerJeff King
2013-01-06fix compilation with NO_PTHREADSJeff King
2012-12-02run-command: do not warn about child death from terminalJeff King
2012-12-02run-command: drop silent_exec_failure arg from wait_or_whineJeff King
2012-10-25Merge branch 'jk/no-more-pre-exec-callback'Jeff King
2012-09-20Merge branch 'dg/run-command-child-cleanup' into maintJunio C Hamano
2012-09-15Merge branch 'dg/run-command-child-cleanup'Junio C Hamano
2012-09-11Merge branch 'jc/maint-sane-execvp-notdir' into maint-1.7.11Junio C Hamano
2012-09-11run-command.c: fix broken list iteration in clear_child_for_cleanupDavid Gould
2012-09-03Merge branch 'jc/maint-sane-execvp-notdir'Junio C Hamano
2012-07-31sane_execvp(): ignore non-directory on $PATHJunio C Hamano
2012-06-05pager: drop "wait for output to run less" hackJeff King