summaryrefslogtreecommitdiff
path: root/run-command.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/config-based-hooks-2'Junio C Hamano2022-02-091-33/+0
|\
| * run-command: remove old run_hook_{le,ve}() hook APIEmily Shaffer2022-01-071-33/+0
| * read-cache: convert post-index-change to use hook.hEmily Shaffer2022-01-071-1/+1
* | Merge branch 'ab/usage-die-message'Junio C Hamano2022-01-101-11/+5
|\ \ | |/ |/|
| * usage.c API users: use die_message() for "fatal :" + exit 128Ævar Arnfjörð Bjarmason2021-12-071-11/+5
* | Merge branch 'ab/run-command'Junio C Hamano2021-12-151-35/+27
|\ \
| * | run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason2021-11-251-13/+7
| * | run-command API: remove "argv" member, always use "args"Ævar Arnfjörð Bjarmason2021-11-251-22/+20
| * | run-command API users: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason2021-11-251-1/+1
| |/
* | Merge branch 'jk/t7006-sigpipe-tests-fix'Junio C Hamano2021-12-101-10/+9
|\ \ | |/ |/|
| * run-command: unify signal and regular logic for wait_or_whine()Jeff King2021-11-221-10/+9
* | Merge branch 'vd/pthread-setspecific-g11-fix'Junio C Hamano2021-11-041-1/+1
|\ \
| * | async_die_is_recursing: work around GCC v11.x issue on FedoraVictoria Dye2021-11-031-1/+1
* | | Merge branch 'jh/builtin-fsmonitor-part1'Junio C Hamano2021-10-131-0/+129
|\ \ \
| * | | run-command: create start_bg_commandJeff Hostetler2021-09-201-0/+129
* | | | hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason2021-09-271-34/+1
* | | | Merge branch 'mr/bisect-in-c-4'Junio C Hamano2021-09-231-2/+2
|\ \ \ \
| * | | | run-command: make `exists_in_PATH()` non-staticPranit Bauva2021-09-131-2/+2
* | | | | Merge branch 'js/run-command-close-packs'Junio C Hamano2021-09-201-0/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | run_auto_maintenance(): implicitly close the object storeJohannes Schindelin2021-09-091-0/+1
| * | | | run-command: offer to close the object store before runningJohannes Schindelin2021-09-091-0/+5
| |/ / /
* | | | Merge branch 'ab/retire-advice-config'Junio C Hamano2021-09-101-1/+1
|\ \ \ \
| * | | | advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-1/+1
| |/ / /
* | | | use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-251-3/+1
|/ / /
* | | Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano2021-07-161-0/+12
|\ \ \
| * | | run-command: refactor subprocess env preparationJonathan Tan2021-06-281-0/+12
* | | | *.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason2021-07-011-3/+2
|/ / /
* | | use CALLOC_ARRAYRené Scharfe2021-03-131-2/+2
* | | Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano2021-03-081-1/+8
|\ \ \ | |_|/ |/| |
| * | Sync with 2.29.3Johannes Schindelin2021-02-121-1/+8
| |\ \
| | * \ Sync with 2.28.1Johannes Schindelin2021-02-121-1/+8
| | |\ \
| | | * \ Sync with 2.27.1Johannes Schindelin2021-02-121-1/+8
| | | |\ \
| | | | * \ Sync with 2.26.3Johannes Schindelin2021-02-121-1/+8
| | | | |\ \
| | | | | * \ Sync with 2.24.4Johannes Schindelin2021-02-121-1/+8
| | | | | |\ \
| | | | | | * \ Sync with 2.21.4Johannes Schindelin2021-02-121-1/+8
| | | | | | |\ \
| | | | | | | * \ Sync with 2.19.6Johannes Schindelin2021-02-121-1/+8
| | | | | | | |\ \
| | | | | | | | * \ Sync with 2.18.5Johannes Schindelin2021-02-121-1/+8
| | | | | | | | |\ \
| | | | | | | | | * \ Sync with 2.17.6Johannes Schindelin2021-02-121-1/+8
| | | | | | | | | |\ \
| | | | | | | | | | * | run-command: invalidate lstat cache after a command finishedJohannes Schindelin2021-02-121-1/+8
| | | | | * | | | | | | Merge branch 'bc/run-command-nullness-after-free-fix' into maintJunio C Hamano2020-02-141-1/+2
| | | | | |\ \ \ \ \ \ \
* | | | | | | | | | | | | pager: properly log pager exit code when signalledÆvar Arnfjörð Bjarmason2021-02-011-1/+3
* | | | | | | | | | | | | run-command: add braces for "if" block in wait_or_whine()Ævar Arnfjörð Bjarmason2021-02-011-1/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | maintenance: optionally skip --auto processDerrick Stolee2020-09-251-0/+6
|/ / / / / / / / / / /
* | | | | | | | | | | maintenance: replace run_auto_gc()Derrick Stolee2020-09-171-9/+7
* | | | | | | | | | | strvec: rename struct fieldsJeff King2020-07-301-10/+10
* | | | | | | | | | | strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-25/+25
* | | | | | | | | | | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'ta/wait-on-aliased-commands-upon-signal' into masterJunio C Hamano2020-07-151-0/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Wait for child on signal death for aliases to builtinsTrygve Aaberge2020-07-071-0/+1
* | | | | | | | | | Merge branch 'jc/auto-gc-quiet'Junio C Hamano2020-05-131-0/+13
|\ \ \ \ \ \ \ \ \ \