🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.43.0
/
run-command.c
tag
c089584ac8dedc3aa7c2c404839bc098050298a2
tagger
Junio C Hamano <gitster@pobox.com>
Mon Nov 20 01:28:36 2023
object
564d0252ca632e0264ed670534a51d18a689ef5d
Git 2.43
8cdd5e7
Merge branch 'ma/locate-in-path-for-windows'
by Junio C Hamano
· 2 years, 4 months ago
bb532b5
run-command: conditionally define locate_in_PATH()
by Matthias Aßhauer
· 2 years, 4 months ago
a1264a0
Merge branch 'en/header-split-cache-h-part-3'
by Junio C Hamano
· 2 years, 6 months ago
dcedba1
Merge branch 'rs/run-command-exec-error-on-noent'
by Junio C Hamano
· 2 years, 6 months ago
64c8559
run-command.h: move declarations for run-command.c from cache.h
by Elijah Newren
· 2 years, 6 months ago
6d224ac
run-command: report exec error even on ENOENT
by René Scharfe
· 2 years, 6 months ago
75ab1fa
Merge branch 'tb/run-command-needs-alloc-h'
by Junio C Hamano
· 2 years, 7 months ago
52c0f33
run-command.c: fix missing include under `NO_PTHREADS`
by Taylor Blau
· 2 years, 7 months ago
cb2a513
symlinks.h: move declarations for symlinks.c functions from cache.h
by Elijah Newren
· 2 years, 8 months ago
74ea5c9
treewide: be explicit about dependence on trace.h & trace2.h
by Elijah Newren
· 2 years, 8 months ago
32a8f51
environment.h: move declarations for environment.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
f394e09
treewide: be explicit about dependence on gettext.h
by Elijah Newren
· 2 years, 9 months ago
ce41759
run-command: mark error routine parameters as unused
by Jeff King
· 2 years, 10 months ago
5402673
run-command: allow stdin for run_processes_parallel
by Emily Shaffer
· 2 years, 10 months ago
5123e6e
run-command.c: remove dead assignment in while-loop
by Ævar Arnfjörð Bjarmason
· 2 years, 10 months ago
b39a841
*: fix typos which duplicate a word
by Andrei Rybak
· 3 years ago
4e09e0d
Merge branch 'sx/pthread-error-check-fix'
by Junio C Hamano
· 3 years ago
786e676
maintenance: compare output of pthread functions for inequality with 0
by Seija
· 3 years ago
be4ac3b
Merge branch 'rs/no-more-run-command-v'
by Taylor Blau
· 3 years, 1 month ago
ddbb47f
replace and remove run_command_v_opt()
by René Scharfe
· 3 years, 1 month ago
ef249b3
replace and remove run_command_v_opt_cd_env_tr2()
by René Scharfe
· 3 years, 1 month ago
d82dbbd
replace and remove run_command_v_opt_tr2()
by René Scharfe
· 3 years, 1 month ago
eb5b6b5
replace and remove run_command_v_opt_cd_env()
by René Scharfe
· 3 years, 1 month ago
0b0ab95
run-command.c: remove "max_processes", add "const" to signal() handler
by Ævar Arnfjörð Bjarmason
· 3 years, 2 months ago
d1610ee
run-command.c: pass "opts" further down, and use "opts->processes"
by Ævar Arnfjörð Bjarmason
· 3 years, 2 months ago
9f3df6c
run-command.c: use "opts->processes", not "pp->max_processes"
by Ævar Arnfjörð Bjarmason
· 3 years, 2 months ago
2aa8d22
run-command.c: don't copy "data" to "struct parallel_processes"
by Ævar Arnfjörð Bjarmason
· 3 years, 2 months ago
357f8e6
run-command.c: don't copy "ungroup" to "struct parallel_processes"
by Ævar Arnfjörð Bjarmason
· 3 years, 2 months ago
fa93951
run-command.c: don't copy *_fn to "struct parallel_processes"
by Ævar Arnfjörð Bjarmason
· 3 years, 2 months ago
e39c9de
run-command.c: make "struct parallel_processes" const if possible
by Ævar Arnfjörð Bjarmason
· 3 years, 2 months ago
36d69bf
run-command API: move *_tr2() users to "run_processes_parallel()"
by Ævar Arnfjörð Bjarmason
· 3 years, 2 months ago
6e5ba0b
run-command API: have run_process_parallel() take an "opts" struct
by Ævar Arnfjörð Bjarmason
· 3 years, 2 months ago
c333e6f
run-command.c: use designated init for pp_init(), add "const"
by Ævar Arnfjörð Bjarmason
· 3 years, 2 months ago
51243f9
run-command API: don't fall back on online_cpus()
by Ævar Arnfjörð Bjarmason
· 3 years, 2 months ago
6a48b42
run-command API: make "n" parameter a "size_t"
by Ævar Arnfjörð Bjarmason
· 3 years, 2 months ago
7dd5762
run-command API: have "run_processes_parallel{,_tr2}()" return void
by Ævar Arnfjörð Bjarmason
· 3 years, 2 months ago
716c1f6
pipe_command(): mark stdin descriptor as non-blocking
by Jeff King
· 3 years, 4 months ago
c6d3cce
pipe_command(): handle ENOSPC when writing to a pipe
by Jeff King
· 3 years, 4 months ago
14eab81
pipe_command(): avoid xwrite() for writing to pipe
by Jeff King
· 3 years, 4 months ago
da48270
Merge branch 'js/wait-or-whine-can-fail'
by Junio C Hamano
· 3 years, 6 months ago
1a7f6be
Merge branch 'ab/hooks-regression-fix'
by Junio C Hamano
· 3 years, 6 months ago
ce3986b
run-command: don't spam trace2_child_exit()
by Josh Steadmon
· 3 years, 6 months ago
fd3aaf5
run-command: add an "ungroup" option to run_process_parallel()
by Ævar Arnfjörð Bjarmason
· 3 years, 6 months ago
b319325
run-command API users: use "env" not "env_array" in comments & names
by Ævar Arnfjörð Bjarmason
· 3 years, 6 months ago
29fda24
run-command API: rename "env_array" to "env"
by Ævar Arnfjörð Bjarmason
· 3 years, 6 months ago
c70bc33
Merge branch 'ab/config-based-hooks-2'
by Junio C Hamano
· 3 years, 10 months ago
4b51386
Merge branch 'ab/usage-die-message'
by Junio C Hamano
· 4 years ago
95ba86a
run-command: remove old run_hook_{le,ve}() hook API
by Emily Shaffer
· 4 years ago
dbb1c61
read-cache: convert post-index-change to use hook.h
by Emily Shaffer
· 4 years ago
832ec72
Merge branch 'ab/run-command'
by Junio C Hamano
· 4 years ago
97991df
Merge branch 'jk/t7006-sigpipe-tests-fix'
by Junio C Hamano
· 4 years ago
e081a7c
usage.c API users: use die_message() for "fatal :" + exit 128
by Ævar Arnfjörð Bjarmason
· 4 years ago
c7c4bde
run-command API: remove "env" member, always use "env_array"
by Ævar Arnfjörð Bjarmason
· 4 years, 1 month ago
d3b2159
run-command API: remove "argv" member, always use "args"
by Ævar Arnfjörð Bjarmason
· 4 years, 1 month ago
6def0ff
run-command API users: use strvec_pushv(), not argv assignment
by Ævar Arnfjörð Bjarmason
· 4 years, 1 month ago
96bfb2d
run-command: unify signal and regular logic for wait_or_whine()
by Jeff King
· 4 years, 1 month ago
a73934c
Merge branch 'vd/pthread-setspecific-g11-fix'
by Junio C Hamano
· 4 years, 1 month ago
4b540cf
async_die_is_recursing: work around GCC v11.x issue on Fedora
by Victoria Dye
· 4 years, 1 month ago
af303ee
Merge branch 'jh/builtin-fsmonitor-part1'
by Junio C Hamano
· 4 years, 2 months ago
5e3aba3
hook.[ch]: move find_hook() from run-command.c to hook.c
by Ævar Arnfjörð Bjarmason
· 4 years, 3 months ago
0a4cb1f
Merge branch 'mr/bisect-in-c-4'
by Junio C Hamano
· 4 years, 3 months ago
c042ad5
Merge branch 'js/run-command-close-packs'
by Junio C Hamano
· 4 years, 3 months ago
fdb1322
run-command: create start_bg_command
by Jeff Hostetler
· 4 years, 3 months ago
3f36e6f
run-command: make `exists_in_PATH()` non-static
by Pranit Bauva
· 4 years, 3 months ago
fd0d703
Merge branch 'ab/retire-advice-config'
by Junio C Hamano
· 4 years, 3 months ago
5a22a33
run_auto_maintenance(): implicitly close the object store
by Johannes Schindelin
· 4 years, 3 months ago
28d04e1
run-command: offer to close the object store before running
by Johannes Schindelin
· 4 years, 3 months ago
66e905b
use xopen() to handle fatal open(2) failures
by René Scharfe
· 4 years, 4 months ago
ed9bff0
advice: remove read uses of most global `advice_` variables
by Ben Boeckel
· 4 years, 4 months ago
8721e2e
Merge branch 'jt/partial-clone-submodule-1'
by Junio C Hamano
· 4 years, 5 months ago
5726a6b
*.c *_init(): define in terms of corresponding *_INIT macro
by Ævar Arnfjörð Bjarmason
· 4 years, 5 months ago
d1fa943
run-command: refactor subprocess env preparation
by Jonathan Tan
· 4 years, 6 months ago
ca56dad
use CALLOC_ARRAY
by René Scharfe
· 4 years, 9 months ago
56a5765
Sync with Git 2.30.2 for CVE-2021-21300
by Junio C Hamano
· 4 years, 9 months ago
e4e6808
Sync with 2.29.3
by Johannes Schindelin
· 4 years, 10 months ago
d7bdabe
Sync with 2.28.1
by Johannes Schindelin
· 4 years, 10 months ago
3f01e56
Sync with 2.27.1
by Johannes Schindelin
· 4 years, 10 months ago
2d1142a
Sync with 2.26.3
by Johannes Schindelin
· 4 years, 10 months ago
97d1dcb
Sync with 2.24.4
by Johannes Schindelin
· 4 years, 10 months ago
bcf08f3
Sync with 2.21.4
by Johannes Schindelin
· 4 years, 10 months ago
8049638
Sync with 2.19.6
by Johannes Schindelin
· 4 years, 10 months ago
fb049fd
Sync with 2.18.5
by Johannes Schindelin
· 4 years, 10 months ago
9b77cec
Sync with 2.17.6
by Johannes Schindelin
· 4 years, 10 months ago
0d58fef
run-command: invalidate lstat cache after a command finished
by Johannes Schindelin
· 4 years, 10 months ago
be8fc53
pager: properly log pager exit code when signalled
by Ævar Arnfjörð Bjarmason
· 4 years, 10 months ago
85db79a
run-command: add braces for "if" block in wait_or_whine()
by Ævar Arnfjörð Bjarmason
· 4 years, 10 months ago
1942d48
maintenance: optionally skip --auto process
by Derrick Stolee
· 5 years ago
a95ce12
maintenance: replace run_auto_gc()
by Derrick Stolee
· 5 years ago
d70a9eb
strvec: rename struct fields
by Jeff King
· 5 years ago
c972bf4
strvec: convert remaining callers away from argv_array name
by Jeff King
· 5 years ago
dbbcd44
strvec: rename files from argv-array to strvec
by Jeff King
· 5 years ago
05920f0
Merge branch 'ta/wait-on-aliased-commands-upon-signal' into master
by Junio C Hamano
· 5 years ago
e662df7
Wait for child on signal death for aliases to builtins
by Trygve Aaberge
· 5 years ago
3af459e
Merge branch 'jc/auto-gc-quiet'
by Junio C Hamano
· 6 years ago
850b6ed
auto-gc: extract a reusable helper from "git fetch"
by Junio C Hamano
· 6 years ago
05ac858
run-command: trigger PATH lookup properly on Cygwin
by Andras Kucsma
· 6 years ago
c17cf77
Merge branch 'bc/run-command-nullness-after-free-fix' into maint
by Junio C Hamano
· 6 years ago
42096c7
Merge branch 'bc/run-command-nullness-after-free-fix'
by Junio C Hamano
· 6 years ago
63ab08f
run-command: avoid undefined behavior in exists_in_PATH
by brian m. carlson
· 6 years ago
54a7a64
run-command: use prepare_git_cmd() in prepare_cmd()
by René Scharfe
· 6 years ago
Next »