summaryrefslogtreecommitdiff
path: root/run-command.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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