index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
run-command.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
run-command: fix a typo
Andrew Kreimer
2024-09-19
1
-1
/
+1
*
run-command: declare the `git_shell_path()` function globally
Johannes Schindelin
2024-07-14
1
-0
/
+5
*
run-command: introduce function to prepare auto-maintenance process
Patrick Steinhardt
2024-04-17
1
-0
/
+7
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
*
run-command.h: move declarations for run-command.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+2
*
Merge branch 'rs/no-more-run-command-v'
Taylor Blau
2022-11-08
1
-33
/
+1
|
\
|
*
replace and remove run_command_v_opt()
René Scharfe
2022-10-30
1
-22
/
+1
|
*
replace and remove run_command_v_opt_cd_env_tr2()
René Scharfe
2022-10-30
1
-9
/
+1
|
*
replace and remove run_command_v_opt_tr2()
René Scharfe
2022-10-30
1
-1
/
+0
|
*
replace and remove run_command_v_opt_cd_env()
René Scharfe
2022-10-30
1
-2
/
+1
|
*
run-command: fix return value comment
René Scharfe
2022-10-30
1
-3
/
+2
*
|
run-command API: move *_tr2() users to "run_processes_parallel()"
Ævar Arnfjörð Bjarmason
2022-10-12
1
-3
/
+0
*
|
run-command API: have run_process_parallel() take an "opts" struct
Ævar Arnfjörð Bjarmason
2022-10-12
1
-17
/
+55
*
|
run-command API: make "n" parameter a "size_t"
Ævar Arnfjörð Bjarmason
2022-10-12
1
-2
/
+2
*
|
run-command API: have "run_processes_parallel{,_tr2}()" return void
Ævar Arnfjörð Bjarmason
2022-10-12
1
-8
/
+8
|
/
*
Merge branch 'ab/hooks-regression-fix'
Junio C Hamano
2022-06-14
1
-7
/
+23
|
\
|
*
run-command: add an "ungroup" option to run_process_parallel()
Ævar Arnfjörð Bjarmason
2022-06-07
1
-7
/
+23
*
|
Merge branch 'ab/env-array'
Junio C Hamano
2022-06-11
1
-7
/
+7
|
\
\
|
*
|
run-command API users: use "env" not "env_array" in comments & names
Ævar Arnfjörð Bjarmason
2022-06-02
1
-5
/
+5
|
*
|
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
2022-06-02
1
-2
/
+2
|
|
/
*
/
run-command.h: remove always unused "clean_on_exit_handler_cbdata"
Ævar Arnfjörð Bjarmason
2022-04-01
1
-1
/
+0
|
/
*
run-command: remove old run_hook_{le,ve}() hook API
Emily Shaffer
2022-01-08
1
-16
/
+0
*
read-cache: convert post-index-change to use hook.h
Emily Shaffer
2022-01-08
1
-1
/
+0
*
run-command API: remove "env" member, always use "env_array"
Ævar Arnfjörð Bjarmason
2021-11-26
1
-17
/
+17
*
run-command API: remove "argv" member, always use "args"
Ævar Arnfjörð Bjarmason
2021-11-26
1
-12
/
+8
*
Merge branch 'jh/builtin-fsmonitor-part1'
Junio C Hamano
2021-10-14
1
-0
/
+57
|
\
|
*
run-command: create start_bg_command
Jeff Hostetler
2021-09-20
1
-0
/
+57
*
|
hook.[ch]: move find_hook() from run-command.c to hook.c
Ævar Arnfjörð Bjarmason
2021-09-27
1
-7
/
+0
*
|
Merge branch 'mr/bisect-in-c-4'
Junio C Hamano
2021-09-23
1
-0
/
+12
|
\
\
|
*
|
run-command: make `exists_in_PATH()` non-static
Pranit Bauva
2021-09-13
1
-0
/
+12
|
|
/
*
|
run-command: offer to close the object store before running
Johannes Schindelin
2021-09-09
1
-0
/
+9
*
|
run-command: prettify the `RUN_COMMAND_*` flags
Johannes Schindelin
2021-09-09
1
-7
/
+7
|
/
*
Merge branch 'jt/partial-clone-submodule-1'
Junio C Hamano
2021-07-17
1
-0
/
+10
|
\
|
*
run-command: refactor subprocess env preparation
Jonathan Tan
2021-06-28
1
-0
/
+10
*
|
*.h: move some *_INIT to designated initializers
Ævar Arnfjörð Bjarmason
2021-07-01
1
-1
/
+4
|
/
*
run-command: document use_shell option
Jeff King
2021-01-22
1
-1
/
+8
*
maintenance: replace run_auto_gc()
Derrick Stolee
2020-09-17
1
-1
/
+1
*
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-5
/
+5
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
Merge branch 'ta/wait-on-aliased-commands-upon-signal' into master
Junio C Hamano
2020-07-16
1
-0
/
+1
|
\
|
*
Wait for child on signal death for aliases to builtins
Trygve Aaberge
2020-07-07
1
-0
/
+1
*
|
auto-gc: extract a reusable helper from "git fetch"
Junio C Hamano
2020-05-07
1
-0
/
+5
|
/
*
run-command.h: fix mis-indented struct member
Jeff King
2020-02-22
1
-1
/
+1
*
run-command: move doc to run-command.h
Heba Waly
2019-11-18
1
-7
/
+245
*
*.[ch]: remove extern from function declarations using sed
Denton Liu
2019-05-05
1
-1
/
+1
*
*.[ch]: remove extern from function declarations using spatch
Denton Liu
2019-05-05
1
-3
/
+3
*
trace2: create new combined trace facility
Jeff Hostetler
2019-02-23
1
-1
/
+12
*
send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.c
Nguyễn Thái Ngọc Duy
2018-11-05
1
-0
/
+1
*
run-command.h: include thread-utils.h instead of pthread.h
Nguyễn Thái Ngọc Duy
2018-11-05
1
-3
/
+1
*
run-command: expose is_executable function
Brandon Williams
2017-04-26
1
-0
/
+1
[next]