Sign in
googlers
/
jrn
/
git
/
ad471949f46c774fcdada93f376360057c6ec777
/
run-command.c
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 7 years ago
dde74d7
run-command: use BUG() to report bugs, not die()
by Johannes Schindelin
· 7 years ago
d807c4a
exec_cmd: rename to use dash in file name
by Stefan Beller
· 7 years ago
248f66e
run-command: use strbuf_addstr() for adding a string to a strbuf
by René Scharfe
· 7 years ago
090a092
run-command.c: print new cwd in trace_run_command()
by Nguyễn Thái Ngọc Duy
· 7 years ago
c61a975
run-command.c: print env vars in trace_run_command()
by Nguyễn Thái Ngọc Duy
· 7 years ago
21dfc5e
run-command.c: print program 'git' when tracing git_cmd mode
by Nguyễn Thái Ngọc Duy
· 7 years ago
e73dd78
run-command.c: introduce trace_run_command()
by Nguyễn Thái Ngọc Duy
· 7 years ago
f805a00
run-command: add hint when a hook is ignored
by Damien Marié
· 7 years ago
0e187d7
run-command: use ALLOC_ARRAY
by René Scharfe
· 7 years ago
0869277
Merge branch 'js/run-process-parallel-api-fix' into maint
by Junio C Hamano
· 8 years ago
c1e860f
run_processes_parallel: change confusing task_cb convention
by Johannes Schindelin
· 8 years ago
9402831
run-command: restrict PATH search to executable files
by Brandon Williams
· 8 years ago
38124a4
run-command: expose is_executable function
by Brandon Williams
· 8 years ago
45afb1c
run-command: block signals between fork and execve
by Eric Wong
· 8 years ago
e503cd6
run-command: add note about forking and threading
by Brandon Williams
· 8 years ago
53fa675
run-command: handle dup2 and close errors in child
by Brandon Williams
· 8 years ago
79319b1
run-command: eliminate calls to error handling functions in child
by Brandon Williams
· 8 years ago
db015a2
run-command: don't die in child when duping /dev/null
by Brandon Williams
· 8 years ago
ae25394
run-command: prepare child environment before forking
by Brandon Williams
· 8 years ago
e3a4344
run-command: use the async-signal-safe execv instead of execvp
by Brandon Williams
· 8 years ago
3967e25
run-command: prepare command before forking
by Brandon Williams
· 8 years ago
6756b58
Merge branch 'jk/execv-dashed-external'
by Junio C Hamano
· 8 years ago
7b91929
run-command: fix segfault when cleaning forked async process
by Jeff King
· 8 years ago
cddbda4
Merge branch 'js/mingw-hooks-with-exe-suffix'
by Junio C Hamano
· 8 years ago
235be51
mingw: allow hooks to be .exe files
by Johannes Schindelin
· 8 years ago
46df690
execv_dashed_external: wait for child on signal death
by Jeff King
· 8 years ago
ac2fbaa
run-command: add clean_on_exit_handler
by Lars Schneider
· 8 years ago
b992fe1
run-command: move check_pipe() from write_or_die to run_command
by Lars Schneider
· 8 years ago
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
· 9 years ago
6675f50
Merge branch 'ab/hooks'
by Junio C Hamano
· 9 years ago
fbcb0e0
run-command.c: use error_errno()
by Nguyễn Thái Ngọc Duy
· 9 years ago
867ad08
hooks: allow customizing where the hook directory is
by Ævar Arnfjörð Bjarmason
· 9 years ago
d689301
Merge branch 'jk/push-client-deadlock-fix'
by Junio C Hamano
· 9 years ago
c792d7b
run-command: teach async threads to ignore SIGPIPE
by Jeff King
· 9 years ago
bdebbeb
Merge branch 'sb/submodule-parallel-update'
by Junio C Hamano
· 9 years ago
b7a6ec6
Merge branch 'jk/tighten-alloc' into maint
by Junio C Hamano
· 9 years ago
bbe90e7
Merge branch 'sb/submodule-parallel-fetch'
by Junio C Hamano
· 9 years ago
aa71049
run_processes_parallel: rename parameters for the callbacks
by Stefan Beller
· 9 years ago
2dac9b5
run_processes_parallel: treat output of children as byte array
by Stefan Beller
· 9 years ago
2a73b3d
run-command: do not pass child process data into callbacks
by Stefan Beller
· 9 years ago
8ef250c
Merge branch 'jk/epipe-in-async'
by Junio C Hamano
· 9 years ago
11529ec
Merge branch 'jk/tighten-alloc'
by Junio C Hamano
· 9 years ago
9658846
write_or_die: handle EPIPE in async threads
by Jeff King
· 9 years ago
20574f5
prepare_{git,shell}_cmd: use argv_array
by Jeff King
· 9 years ago
5135d1c
Merge branch 'nd/clear-gitenv-upon-use-of-alias'
by Junio C Hamano
· 9 years ago
ac78663
run-command: don't warn on SIGPIPE deaths
by Jeff King
· 9 years ago
c553c72
run-command: add an asynchronous parallel child processor
by Stefan Beller
· 9 years ago
c3c592e
Merge branch 'rs/daemon-plug-child-leak'
by Junio C Hamano
· 9 years ago
2d71608
run-command: factor out child_process_clear()
by René Scharfe
· 9 years ago
2b72dbb
Merge branch 'ti/glibc-stdio-mutex-from-signal-handler'
by Junio C Hamano
· 9 years ago
88bad58
Merge branch 'jk/async-pkt-line'
by Junio C Hamano
· 9 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
· 10 years ago
ea1fd48
Merge branch 'jk/run-command-capture'
by Junio C Hamano
· 10 years ago
c29b396
run-command: forbid using run_command with piped output
by Jeff King
· 10 years ago
911ec99
run-command: introduce capture_command helper
by Jeff King
· 10 years ago
1b56cdf
git-compat-util.h: move SHELL_PATH default into header
by Kyle J. McKay
· 10 years ago
77a801d
Merge branch 'jc/hook-cleanup'
by Junio C Hamano
· 10 years ago
dcf6926
path.c: make get_pathname() call sites return const char *
by Nguyễn Thái Ngọc Duy
· 10 years ago
814dd8e
run-command.c: retire unused run_hook_with_custom_index()
by Junio C Hamano
· 10 years ago
6066a7e
run-command: use void to declare that functions take no parameters
by René Scharfe
· 10 years ago
e4da4fb
Merge branch 'eb/no-pthreads'
by Junio C Hamano
· 10 years ago
0f4b6db
Handle atexit list internaly for unthreaded builds
by Etienne Buira
· 10 years ago
19a583d
run-command: add env_array, an optional argv_array for env
by René Scharfe
· 10 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
· 11 years ago
15048f8
commit: fix patch hunk editing with "commit -p -m"
by Benoit Pierre
· 11 years ago
5a50085
run-command: trivial style fixes
by Felipe Contreras
· 11 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
· 12 years ago
9526aa4
Merge branch 'jk/a-thread-only-dies-once'
by Junio C Hamano
· 12 years ago
1ece66b
run-command: use thread-aware die_is_recursing routine
by Jeff King
· 12 years ago
25043d8
run-command: always set failed_errno in start_command
by Jeff King
· 12 years ago
b5b56ea
Merge branch 'sb/run-command-fd-error-reporting'
by Junio C Hamano
· 12 years ago
939296c
run-command: be more informative about what failed
by Stephen Boyd
· 12 years ago
5a7da2d
hooks: Add function to check if a hook exists
by Aaron Schrab
· 12 years ago
709ca73
run-command: encode signal death as a positive integer
by Jeff King
· 12 years ago
0398fc3
fix compilation with NO_PTHREADS
by Jeff King
· 12 years ago
a2767c5
run-command: do not warn about child death from terminal
by Jeff King
· 12 years ago
1327452
run-command: drop silent_exec_failure arg from wait_or_whine
by Jeff King
· 12 years ago
55ff630
Merge branch 'jk/no-more-pre-exec-callback'
by Jeff King
· 12 years ago
cc84144
Merge branch 'dg/run-command-child-cleanup' into maint
by Junio C Hamano
· 12 years ago
5816cc7
Merge branch 'dg/run-command-child-cleanup'
by Junio C Hamano
· 12 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
Next »