163 Commits (630e05c4f3121aa67dcb1399b62e4c3767d8be55)

Author SHA1 Message Date
Johannes Schindelin 9445b4921e rev-parse: respect core.hooksPath in --git-path 9 years ago
Jeff King 96335bcf4d run-command: add pipe_command helper 9 years ago
Nguyễn Thái Ngọc Duy fbcb0e0659 run-command.c: use error_errno() 9 years ago
Ævar Arnfjörð Bjarmason 867ad08a26 hooks: allow customizing where the hook directory is 9 years ago
Jeff King c792d7b6ce run-command: teach async threads to ignore SIGPIPE 9 years ago
Stefan Beller aa71049485 run_processes_parallel: rename parameters for the callbacks 9 years ago
Stefan Beller 2dac9b5637 run_processes_parallel: treat output of children as byte array 9 years ago
Stefan Beller 2a73b3dad0 run-command: do not pass child process data into callbacks 9 years ago
Jeff King 9658846ce3 write_or_die: handle EPIPE in async threads 9 years ago
Jeff King 20574f551b prepare_{git,shell}_cmd: use argv_array 9 years ago
Jeff King ac78663b0d run-command: don't warn on SIGPIPE deaths 9 years ago
Stefan Beller c553c72eed run-command: add an asynchronous parallel child processor 9 years ago
René Scharfe 2d71608ec0 run-command: factor out child_process_clear() 9 years ago
Takashi Iwai 507d7804c0 pager: don't use unsafe functions in signal handlers 10 years ago
Jeff King 661a8cf408 run-command: provide in_async query function 10 years ago
Jeff King 3b331e9267 vreportf: report to arbitrary filehandles 10 years ago
Jeff King 03f2c7731b find_hook: keep our own static buffer 10 years ago
Jeff King c29b3962af run-command: forbid using run_command with piped output 10 years ago
Jeff King 911ec99b68 run-command: introduce capture_command helper 10 years ago
Kyle J. McKay 1b56cdf901 git-compat-util.h: move SHELL_PATH default into header 10 years ago
Nguyễn Thái Ngọc Duy dcf692625a path.c: make get_pathname() call sites return const char * 10 years ago
Junio C Hamano 814dd8e078 run-command.c: retire unused run_hook_with_custom_index() 10 years ago
René Scharfe 6066a7eac4 run-command: use void to declare that functions take no parameters 10 years ago
Etienne Buira 0f4b6db3ba Handle atexit list internaly for unthreaded builds 11 years ago
René Scharfe 19a583dc39 run-command: add env_array, an optional argv_array for env 11 years ago
René Scharfe 1f87293d78 run-command: inline prepare_run_command_v_opt() 11 years ago
René Scharfe 41e9bad75e run-command: call run_command_v_opt_cd_env() instead of duplicating it 11 years ago
René Scharfe 483bbd4e4c run-command: introduce child_process_init() 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Karsten Blees 77734da241 Win32: don't copy the environment twice when spawning child processes 11 years ago
René Scharfe d1d094564a run-command: use internal argv_array of struct child_process in run_hook_ve() 11 years ago
Jeff King c460c0ecdc run-command: store an optional argv_array 11 years ago
Benoit Pierre 15048f8a9a commit: fix patch hunk editing with "commit -p -m" 11 years ago
Felipe Contreras 5a50085c6b run-command: trivial style fixes 12 years ago
Thomas Rast a77f106c78 run-command: dup_devnull(): guard against syscalls failing 12 years ago
Jonathan Nieder 380395d094 mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE 12 years ago
Jeff King 1ece66bc9e run-command: use thread-aware die_is_recursing routine 12 years ago
Jeff King 25043d8aea run-command: always set failed_errno in start_command 12 years ago
Stephen Boyd 939296c4a4 run-command: be more informative about what failed 12 years ago
Aaron Schrab 5a7da2dca1 hooks: Add function to check if a hook exists 12 years ago
Jeff King 709ca730f8 run-command: encode signal death as a positive integer 12 years ago
Jeff King 0398fc3496 fix compilation with NO_PTHREADS 12 years ago
Jeff King a2767c5c91 run-command: do not warn about child death from terminal 12 years ago
Jeff King 13274526c1 run-command: drop silent_exec_failure arg from wait_or_whine 12 years ago
David Gould bdee397d7c run-command.c: fix broken list iteration in clear_child_for_cleanup 13 years ago
Junio C Hamano a78550831a sane_execvp(): ignore non-directory on $PATH 13 years ago
Jeff King e8320f350f pager: drop "wait for output to run less" hack 13 years ago
Johannes Sixt 776297548e Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows 13 years ago
Jeff King 38f865c27d run-command: treat inaccessible directories as ENOENT 13 years ago
Ben Walton b3e34dddc0 Use SHELL_PATH from build system in run_command.c:prepare_shell_cmd 13 years ago