๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.10.5
/
run-command.c
tag
47e5ff3c281667f060ab33eeb7271a232d78a846
tagger
Junio C Hamano <gitster@pobox.com>
Fri Sep 22 05:52:31 2017
object
27dea4683b608c5c0487dee74cbda13b62803b73
Git 2.10.5
d05d0e9
Merge branch 'ab/hooks'
by Junio C Hamano
ยท 9 years ago
9445b49
rev-parse: respect core.hooksPath in --git-path
by Johannes Schindelin
ยท 9 years ago
96335bc
run-command: add pipe_command helper
by Jeff King
ยท 9 years ago
40cfc95
Merge branch 'nd/error-errno'
by Junio C Hamano
ยท 10 years ago
6675f50
Merge branch 'ab/hooks'
by Junio C Hamano
ยท 10 years ago
fbcb0e0
run-command.c: use error_errno()
by Nguyแป n Thรกi Ngแปc Duy
ยท 10 years ago
867ad08
hooks: allow customizing where the hook directory is
by รvar Arnfjรถrรฐ Bjarmason
ยท 10 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
b7a6ec6
Merge branch 'jk/tighten-alloc' into maint
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
2dac9b5
run_processes_parallel: treat output of children as byte array
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
11529ec
Merge branch 'jk/tighten-alloc'
by Junio C Hamano
ยท 10 years ago
9658846
write_or_die: handle EPIPE in async threads
by Jeff King
ยท 10 years ago
20574f5
prepare_{git,shell}_cmd: use argv_array
by Jeff King
ยท 10 years ago
5135d1c
Merge branch 'nd/clear-gitenv-upon-use-of-alias'
by Junio C Hamano
ยท 10 years ago
ac78663
run-command: don't warn on SIGPIPE deaths
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
1302c9f
Merge branch 'jk/long-error-messages'
by Junio C Hamano
ยท 10 years ago
3b331e9
vreportf: report to arbitrary filehandles
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
ea1fd48
Merge branch 'jk/run-command-capture'
by Junio C Hamano
ยท 11 years ago
c29b396
run-command: forbid using run_command with piped output
by Jeff King
ยท 11 years ago
911ec99
run-command: introduce capture_command helper
by Jeff King
ยท 11 years ago
1b56cdf
git-compat-util.h: move SHELL_PATH default into header
by Kyle J. McKay
ยท 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
6066a7e
run-command: use void to declare that functions take no parameters
by Renรฉ Scharfe
ยท 11 years ago
e4da4fb
Merge branch 'eb/no-pthreads'
by Junio C Hamano
ยท 11 years ago
0f4b6db
Handle atexit list internaly for unthreaded builds
by Etienne Buira
ยท 11 years ago
19a583d
run-command: add env_array, an optional argv_array for env
by Renรฉ Scharfe
ยท 11 years ago
1f87293
run-command: inline prepare_run_command_v_opt()
by Renรฉ Scharfe
ยท 11 years ago
41e9bad
run-command: call run_command_v_opt_cd_env() instead of duplicating it
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
385e171
Merge branch 'sk/mingw-uni-fix-more'
by Junio C Hamano
ยท 11 years ago
77734da
Win32: don't copy the environment twice when spawning child processes
by Karsten Blees
ยท 11 years ago
d1d0945
run-command: use internal argv_array of struct child_process in run_hook_ve()
by Renรฉ Scharfe
ยท 11 years ago
c460c0e
run-command: store an optional argv_array
by Jeff King
ยท 12 years ago
15048f8
commit: fix patch hunk editing with "commit -p -m"
by Benoit Pierre
ยท 12 years ago
5a50085
run-command: trivial style fixes
by Felipe Contreras
ยท 12 years ago
1d1934c
Merge branch 'tr/fd-gotcha-fixes'
by Junio C Hamano
ยท 12 years ago
a77f106
run-command: dup_devnull(): guard against syscalls failing
by Thomas Rast
ยท 12 years ago
380395d
mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE
by Jonathan Nieder
ยท 13 years ago
9526aa4
Merge branch 'jk/a-thread-only-dies-once'
by Junio C Hamano
ยท 13 years ago
1ece66b
run-command: use thread-aware die_is_recursing routine
by Jeff King
ยท 13 years ago
25043d8
run-command: always set failed_errno in start_command
by Jeff King
ยท 13 years ago
b5b56ea
Merge branch 'sb/run-command-fd-error-reporting'
by Junio C Hamano
ยท 13 years ago
939296c
run-command: be more informative about what failed
by Stephen Boyd
ยท 13 years ago
5a7da2d
hooks: Add function to check if a hook exists
by Aaron Schrab
ยท 13 years ago
709ca73
run-command: encode signal death as a positive integer
by Jeff King
ยท 13 years ago
0398fc3
fix compilation with NO_PTHREADS
by Jeff King
ยท 13 years ago
a2767c5
run-command: do not warn about child death from terminal
by Jeff King
ยท 13 years ago
1327452
run-command: drop silent_exec_failure arg from wait_or_whine
by Jeff King
ยท 13 years ago
55ff630
Merge branch 'jk/no-more-pre-exec-callback'
by Jeff King
ยท 13 years ago
cc84144
Merge branch 'dg/run-command-child-cleanup' into maint
by Junio C Hamano
ยท 13 years ago
5816cc7
Merge branch 'dg/run-command-child-cleanup'
by Junio C Hamano
ยท 13 years ago
91feb38
Merge branch 'jc/maint-sane-execvp-notdir' into maint-1.7.11
by Junio C Hamano
ยท 13 years ago
bdee397
run-command.c: fix broken list iteration in clear_child_for_cleanup
by David Gould
ยท 13 years ago
12d858a
Merge branch 'jc/maint-sane-execvp-notdir'
by Junio C Hamano
ยท 13 years ago
a785508
sane_execvp(): ignore non-directory on $PATH
by Junio C Hamano
ยท 13 years ago
e8320f3
pager: drop "wait for output to run less" hack
by Jeff King
ยท 14 years ago
8cc5223
Merge branch 'js/spawn-via-shell-path-fix'
by Junio C Hamano
ยท 14 years ago
bd6f71d
Merge branch 'jk/run-command-eacces'
by Junio C Hamano
ยท 14 years ago
7762975
Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows
by Johannes Sixt
ยท 14 years ago
38f865c
run-command: treat inaccessible directories as ENOENT
by Jeff King
ยท 14 years ago
b3e34dd
Use SHELL_PATH from build system in run_command.c:prepare_shell_cmd
by Ben Walton
ยท 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
7a95d1b
Merge branch 'jk/argv-array'
by Junio C Hamano
ยท 14 years ago
5d40a17
run_hook: use argv_array API
by Jeff King
ยท 14 years ago
fc1b56f
notice error exit from pager
by Clemens Buchacher
ยท 14 years ago
3bc4181
error_routine: use parent's stderr if exec fails
by Clemens Buchacher
ยท 14 years ago
a111eb7
run-command: handle short writes and EINTR in die_child
by Jonathan Nieder
ยท 15 years ago
60e199c
Revert "run-command: prettify -D_FORTIFY_SOURCE workaround"
by Junio C Hamano
ยท 15 years ago
ebec842
run-command: prettify -D_FORTIFY_SOURCE workaround
by Jonathan Nieder
ยท 15 years ago
13af8cb
start_command: flush buffers in the WIN32 code path as well
by Johannes Sixt
ยท 15 years ago
7626550
Merge branch 'js/async-thread'
by Junio C Hamano
ยท 15 years ago
fc012c2
start_command: close cmd->err descriptor when fork/spawn fails
by bert Dvornik
ยท 16 years ago
4553d58
Merge branch 'jl/maint-submodule-gitfile-awareness'
by Junio C Hamano
ยท 16 years ago
f9a2743
Windows: start_command: Support non-NULL dir in struct child_process
by Johannes Sixt
ยท 16 years ago
f6b6098
Enable threaded async procedures whenever pthreads is available
by Johannes Sixt
ยท 16 years ago
b7e7f6f
Merge branch 'mw/maint-gcc-warns-unused-write'
by Junio C Hamano
ยท 16 years ago
0ea1c89
Dying in an async procedure should only exit the thread, not the process.
by Johannes Sixt
ยท 16 years ago
200a76b
Reimplement async procedures using pthreads
by Johannes Sixt
ยท 16 years ago
90ff12a
run-command.c: fix build warnings on Ubuntu
by Michael Wookey
ยท 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
Next »