summaryrefslogtreecommitdiff
path: root/run-command.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/auto-gc-quiet'Junio C Hamano2020-05-131-0/+13
|\
| * auto-gc: extract a reusable helper from "git fetch"Junio C Hamano2020-05-071-0/+13
* | run-command: trigger PATH lookup properly on CygwinAndras Kucsma2020-03-271-5/+5
|/
* Merge branch 'bc/run-command-nullness-after-free-fix'Junio C Hamano2020-01-221-1/+2
|\
| * run-command: avoid undefined behavior in exists_in_PATHbrian m. carlson2020-01-071-1/+2
* | run-command: use prepare_git_cmd() in prepare_cmd()René Scharfe2019-11-271-2/+1
|/
* trace2: create new combined trace facilityJeff Hostetler2019-02-221-1/+58
* Merge branch 'jc/run-command-report-exec-failure-fix' into maintJunio C Hamano2018-12-151-0/+2
|\
| * run-command: report exec failureJunio C Hamano2018-12-121-0/+2
* | Merge branch 'nd/pthreads'Junio C Hamano2018-11-181-1/+10
|\ \ | |/ |/|
| * Clean up pthread_create() error handlingNguyễn Thái Ngọc Duy2018-11-051-1/+1
| * send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.cNguyễn Thái Ngọc Duy2018-11-051-0/+9
* | t0061: adjust to test-tool transitionJunio C Hamano2018-10-251-4/+17
|\ \ | |/ |/|
| * run-command: mark path lookup errors with ENOENTJeff King2018-10-251-4/+17
* | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-5/+5
* | run-command: use BUG() to report bugs, not die()Johannes Schindelin2018-05-061-13/+10
* | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
* | run-command: use strbuf_addstr() for adding a string to a strbufnd/trace-with-envRené Scharfe2018-03-251-1/+1
* | run-command.c: print new cwd in trace_run_command()Nguyễn Thái Ngọc Duy2018-01-191-0/+5
* | run-command.c: print env vars in trace_run_command()Nguyễn Thái Ngọc Duy2018-01-191-0/+63
* | run-command.c: print program 'git' when tracing git_cmd modeNguyễn Thái Ngọc Duy2018-01-191-0/+2
* | run-command.c: introduce trace_run_command()Nguyễn Thái Ngọc Duy2018-01-191-1/+17
* | run-command: add hint when a hook is ignoreddm/run-command-ignored-hook-adviseDamien Marié2017-10-101-0/+18
|/
* run-command: use ALLOC_ARRAYrs/run-command-use-alloc-arrayRené Scharfe2017-10-031-1/+1
* Merge branch 'js/run-process-parallel-api-fix' into maintJunio C Hamano2017-08-231-2/+2
|\
| * run_processes_parallel: change confusing task_cb conventionjs/run-process-parallel-api-fixJohannes Schindelin2017-07-211-2/+2
* | run-command: restrict PATH search to executable filesBrandon Williams2017-04-251-1/+18
* | run-command: expose is_executable functionBrandon Williams2017-04-251-0/+42
* | run-command: block signals between fork and execveEric Wong2017-04-201-0/+68
* | run-command: add note about forking and threadingBrandon Williams2017-04-201-0/+9
* | run-command: handle dup2 and close errors in childBrandon Williams2017-04-201-16/+42
* | run-command: eliminate calls to error handling functions in childBrandon Williams2017-04-201-32/+89
* | run-command: don't die in child when duping /dev/nullBrandon Williams2017-04-201-15/+13
* | run-command: prepare child environment before forkingBrandon Williams2017-04-201-10/+56
* | run-command: use the async-signal-safe execv instead of execvpBrandon Williams2017-04-201-1/+29
* | run-command: prepare command before forkingBrandon Williams2017-04-201-20/+26
* | Merge branch 'jk/execv-dashed-external'Junio C Hamano2017-03-241-1/+1
|\ \
| * | run-command: fix segfault when cleaning forked async processjk/execv-dashed-externalJeff King2017-03-181-1/+1
* | | Merge branch 'js/mingw-hooks-with-exe-suffix'Junio C Hamano2017-02-021-1/+7
|\ \ \ | |/ / |/| |
| * | mingw: allow hooks to be .exe filesjs/mingw-hooks-with-exe-suffixJohannes Schindelin2017-01-301-1/+7
* | | execv_dashed_external: wait for child on signal deathJeff King2017-01-091-0/+19
|/ /
* | run-command: add clean_on_exit_handlerLars Schneider2016-10-171-4/+18
* | run-command: move check_pipe() from write_or_die to run_commandLars Schneider2016-10-171-2/+15
|/
* Merge branch 'ab/hooks'Junio C Hamano2016-08-191-4/+1
|\
| * rev-parse: respect core.hooksPath in --git-pathab/hooksJohannes Schindelin2016-08-161-4/+1
* | run-command: add pipe_command helperJeff King2016-06-171-5/+147
* | Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-8/+7
|\ \
| * | run-command.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-8/+7
* | | Merge branch 'ab/hooks'Junio C Hamano2016-05-171-1/+4
|\ \ \ | | |/ | |/|
| * | hooks: allow customizing where the hook directory isÆvar Arnfjörð Bjarmason2016-05-041-1/+4
| |/