🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.37.0
/
run-command.h
tag
ffaf52ec9d9e1b9b119753559f70b7ae266cfc7a
tagger
Junio C Hamano <gitster@pobox.com>
Mon Jun 27 16:18:15 2022
object
e4a4b31577c7419497ac30cebe30d755b97752c5
Git 2.37
1a7f6be
Merge branch 'ab/hooks-regression-fix'
by Junio C Hamano
· 3 years, 6 months ago
c21fa3b
Merge branch 'ab/env-array'
by Junio C Hamano
· 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, 7 months ago
29fda24
run-command API: rename "env_array" to "env"
by Ævar Arnfjörð Bjarmason
· 3 years, 7 months ago
551f502
run-command.h: remove always unused "clean_on_exit_handler_cbdata"
by Ævar Arnfjörð Bjarmason
· 3 years, 9 months 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
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
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
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
28d04e1
run-command: offer to close the object store before running
by Johannes Schindelin
· 4 years, 3 months ago
3322a9d
run-command: prettify the `RUN_COMMAND_*` flags
by Johannes Schindelin
· 4 years, 3 months ago
8721e2e
Merge branch 'jt/partial-clone-submodule-1'
by Junio C Hamano
· 4 years, 5 months ago
3d97ea4
*.h: move some *_INIT to designated initializers
by Ævar Arnfjörð Bjarmason
· 4 years, 6 months ago
d1fa943
run-command: refactor subprocess env preparation
by Jonathan Tan
· 4 years, 6 months ago
ee4e225
run-command: document use_shell option
by Jeff King
· 5 years ago
a95ce12
maintenance: replace run_auto_gc()
by Derrick Stolee
· 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
850b6ed
auto-gc: extract a reusable helper from "git fetch"
by Junio C Hamano
· 6 years ago
539052f
run-command.h: fix mis-indented struct member
by Jeff King
· 6 years ago
4c4066d
run-command: move doc to run-command.h
by Heba Waly
· 6 years ago
b199d71
*.[ch]: remove extern from function declarations using sed
by Denton Liu
· 7 years ago
5545442
*.[ch]: remove extern from function declarations using spatch
by Denton Liu
· 7 years ago
ee4512e
trace2: create new combined trace facility
by Jeff Hostetler
· 7 years ago
c0e40a2
send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.c
by Nguyễn Thái Ngọc Duy
· 7 years ago
10bc232
run-command.h: include thread-utils.h instead of pthread.h
by Nguyễn Thái Ngọc Duy
· 7 years ago
38124a4
run-command: expose is_executable function
by Brandon Williams
· 9 years ago
46df690
execv_dashed_external: wait for child on signal death
by Jeff King
· 9 years ago
ac2fbaa
run-command: add clean_on_exit_handler
by Lars Schneider
· 9 years ago
b992fe1
run-command: move check_pipe() from write_or_die to run_command
by Lars Schneider
· 9 years ago
96335bc
run-command: add pipe_command helper
by Jeff King
· 9 years ago
d689301
Merge branch 'jk/push-client-deadlock-fix'
by Junio C Hamano
· 10 years ago
c792d7b
run-command: teach async threads to ignore SIGPIPE
by Jeff King
· 10 years ago
bdebbeb
Merge branch 'sb/submodule-parallel-update'
by Junio C Hamano
· 10 years ago
bbe90e7
Merge branch 'sb/submodule-parallel-fetch'
by Junio C Hamano
· 10 years ago
aa71049
run_processes_parallel: rename parameters for the callbacks
by Stefan Beller
· 10 years ago
2a73b3d
run-command: do not pass child process data into callbacks
by Stefan Beller
· 10 years ago
8ef250c
Merge branch 'jk/epipe-in-async'
by Junio C Hamano
· 10 years ago
9658846
write_or_die: handle EPIPE in async threads
by Jeff King
· 10 years ago
c553c72
run-command: add an asynchronous parallel child processor
by Stefan Beller
· 10 years ago
c3c592e
Merge branch 'rs/daemon-plug-child-leak'
by Junio C Hamano
· 10 years ago
2d71608
run-command: factor out child_process_clear()
by René Scharfe
· 10 years ago
2b72dbb
Merge branch 'ti/glibc-stdio-mutex-from-signal-handler'
by Junio C Hamano
· 10 years ago
88bad58
Merge branch 'jk/async-pkt-line'
by Junio C Hamano
· 10 years ago
507d780
pager: don't use unsafe functions in signal handlers
by Takashi Iwai
· 10 years ago
661a8cf
run-command: provide in_async query function
by Jeff King
· 10 years ago
03f2c77
find_hook: keep our own static buffer
by Jeff King
· 10 years ago
68a2e6a
Merge branch 'nd/multiple-work-trees'
by Junio C Hamano
· 11 years ago
911ec99
run-command: introduce capture_command helper
by Jeff King
· 11 years ago
77a801d
Merge branch 'jc/hook-cleanup'
by Junio C Hamano
· 11 years ago
dcf6926
path.c: make get_pathname() call sites return const char *
by Nguyễn Thái Ngọc Duy
· 11 years ago
814dd8e
run-command.c: retire unused run_hook_with_custom_index()
by Junio C Hamano
· 11 years ago
19a583d
run-command: add env_array, an optional argv_array for env
by René Scharfe
· 11 years ago
483bbd4
run-command: introduce child_process_init()
by René Scharfe
· 11 years ago
d318027
run-command: introduce CHILD_PROCESS_INIT
by René Scharfe
· 11 years ago
c460c0e
run-command: store an optional argv_array
by Jeff King
· 12 years ago
b549be0
run-command: mark run_hook_with_custom_index as deprecated
by Benoit Pierre
· 12 years ago
15048f8
commit: fix patch hunk editing with "commit -p -m"
by Benoit Pierre
· 12 years ago
9fe3edc
Add the LAST_ARG_MUST_BE_NULL macro
by Ramsay Jones
· 12 years ago
eccb614
use "sentinel" function attribute for variadic lists
by Jeff King
· 12 years ago
5a7da2d
hooks: Add function to check if a hook exists
by Aaron Schrab
· 13 years ago
e8320f3
pager: drop "wait for output to run less" hack
by Jeff King
· 14 years ago
10c6cdd
dashed externals: kill children on exit
by Clemens Buchacher
· 14 years ago
afe19ff
run-command: optionally kill children on exit
by Jeff King
· 14 years ago
f6b6098
Enable threaded async procedures whenever pthreads is available
by Johannes Sixt
· 16 years ago
200a76b
Reimplement async procedures using pthreads
by Johannes Sixt
· 16 years ago
76d44c8
Merge branch 'sp/maint-push-sideband' into sp/push-sideband
by Junio C Hamano
· 16 years ago
ae6a560
run-command: support custom fd-set in async
by Erik Faye-Lund
· 16 years ago
4f41b61
run-command: Allow stderr to be a caller supplied pipe
by Shawn O. Pearce
· 16 years ago
8dba1e6
run-command: add "use shell" option
by Jeff King
· 16 years ago
71064e3
Test for WIN32 instead of __MINGW32_
by Frank Li
· 16 years ago
c024beb
run_command: report failure to execute the program, but optionally don't
by Johannes Sixt
· 16 years ago
0ac77ec
run_command: report system call errors instead of returning error codes
by Johannes Sixt
· 16 years ago
5709e03
run_command: return exit code as positive value
by Johannes Sixt
· 16 years ago
fd94836
fix portability problem with IS_RUN_COMMAND_ERR
by Jeff King
· 17 years ago
1487eb6
Merge branch 'jk/maint-cleanup-after-exec-failure'
by Junio C Hamano
· 17 years ago
1d64f21
run_command(): help callers distinguish errors
by Jeff King
· 17 years ago
ae98a00
Move run_hook() from builtin-commit.c into run-command.c (libgit)
by Stephan Beyer
· 17 years ago
7996ff3
run-command.c: remove run_command_v_opt_cd()
by Nanako Shiraishi
· 17 years ago
ccf08bc
run-command: add pre-exec callback
by Jeff King
· 17 years ago
618ebe9
Windows: Implement asynchronous functions as threads.
by Johannes Sixt
· 17 years ago
c20181e
start_command(), if .in/.out > 0, closes file descriptors, not the callers
by Johannes Sixt
· 18 years ago
e72ae28
start_command(), .in/.out/.err = -1: Callers must close the file descriptor
by Johannes Sixt
· 18 years ago
b73a439
run-command: Support sending stderr to /dev/null
by Shawn O. Pearce
· 18 years ago
2d22c20
Add infrastructure to run a function asynchronously.
by Johannes Sixt
· 18 years ago
f3b33f1
Have start_command() create a pipe to read the stderr of the child.
by Johannes Sixt
· 18 years ago
3427b37
Allow environment variables to be unset in the processes started by run_command
by Alex Riesen
· 19 years ago
ee49314
Add ability to specify environment extension to run_command
by Alex Riesen
· 19 years ago
1568fea
Add run_command_v_opt_cd: chdir into a directory before exec
by Alex Riesen
· 19 years ago
e4507ae
Teach run-command to redirect stdout to /dev/null
by Shawn O. Pearce
· 19 years ago
f4bba25
Teach run-command about stdout redirection
by Shawn O. Pearce
· 19 years ago
4919bf0
Teach run_command how to setup a stdin pipe
by Shawn O. Pearce
· 19 years ago
Next »