summaryrefslogtreecommitdiffstats
path: root/run-command.c
Commit message (Expand)AuthorAgeFilesLines
* 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 strbufRené 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 ignoredDamien Marié2017-10-101-0/+18
|/
* 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 conventionJohannes 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 processJeff 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 filesJohannes 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-pathJohannes 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
| |/
* | Merge branch 'jk/push-client-deadlock-fix'Junio C Hamano2016-04-291-0/+10
|\ \
| * | run-command: teach async threads to ignore SIGPIPEJeff King2016-04-201-0/+10
| * | Merge branch 'jk/tighten-alloc' into maintJunio C Hamano2016-03-101-35/+25
| |\ \
* | \ \ Merge branch 'sb/submodule-parallel-update'Junio C Hamano2016-04-061-6/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | run_processes_parallel: rename parameters for the callbacksStefan Beller2016-03-011-2/+2
| * | | run_processes_parallel: treat output of children as byte arrayStefan Beller2016-03-011-4/+4
* | | | Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano2016-03-041-21/+3
|\| | |