index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
run-command.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-3
/
+3
2025-03-17
git-compat-util: add NOT_CONSTANT macro and use it in atfork_prepare()
Junio C Hamano
1
-7
/
+5
2025-03-17
run-command: use errno to check for sigfillset() error
Jeff King
1
-1
/
+9
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-08-16
run-command: fix detaching when running auto maintenance
Patrick Steinhardt
1
-1
/
+11
2024-07-13
run-command: declare the `git_shell_path()` function globally
Johannes Schindelin
1
-1
/
+1
2024-07-13
run-command(win32): resolve the path to the Unix shell early
Johannes Schindelin
1
-4
/
+6
2024-07-13
run-command: refactor getting the Unix shell path into its own function
Johannes Schindelin
1
-5
/
+10
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-0
/
+2
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
1
-1
/
+1
2024-06-17
Merge branch 'jc/varargs-attributes'
Junio C Hamano
1
-1
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-10
__attribute__: trace2_region_enter_printf() is like "printf"
Junio C Hamano
1
-1
/
+2
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-1
/
+1
2024-05-31
run-command: show prepared command
Ian Wienand
1
-0
/
+3
2024-04-17
run-command: introduce function to prepare auto-maintenance process
Patrick Steinhardt
1
-6
/
+13
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-08-09
Merge branch 'ma/locate-in-path-for-windows'
Junio C Hamano
1
-0
/
+2
2023-08-03
run-command: conditionally define locate_in_PATH()
Matthias Aßhauer
1
-0
/
+2
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-1
/
+1
2023-06-23
Merge branch 'rs/run-command-exec-error-on-noent'
Junio C Hamano
1
-11
/
+3
2023-06-21
run-command.h: move declarations for run-command.c from cache.h
Elijah Newren
1
-1
/
+1
2023-06-12
run-command: report exec error even on ENOENT
René Scharfe
1
-11
/
+3
2023-05-19
Merge branch 'tb/run-command-needs-alloc-h'
Junio C Hamano
1
-0
/
+1
2023-05-16
run-command.c: fix missing include under `NO_PTHREADS`
Taylor Blau
1
-0
/
+1
2023-04-24
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+2
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-24
run-command: mark error routine parameters as unused
Jeff King
1
-3
/
+3
2023-02-08
run-command: allow stdin for run_processes_parallel
Emily Shaffer
1
-1
/
+8
2023-02-08
run-command.c: remove dead assignment in while-loop
Ævar Arnfjörð Bjarmason
1
-3
/
+1
2023-01-08
*: fix typos which duplicate a word
Andrei Rybak
1
-1
/
+1
2022-12-19
Merge branch 'sx/pthread-error-check-fix'
Junio C Hamano
1
-1
/
+1
2022-12-05
maintenance: compare output of pthread functions for inequality with 0
Seija
1
-1
/
+1
2022-11-08
Merge branch 'rs/no-more-run-command-v'
Taylor Blau
1
-35
/
+0
2022-10-30
replace and remove run_command_v_opt()
René Scharfe
1
-15
/
+0
2022-10-30
replace and remove run_command_v_opt_cd_env_tr2()
René Scharfe
1
-10
/
+0
2022-10-30
replace and remove run_command_v_opt_tr2()
René Scharfe
1
-5
/
+0
2022-10-30
replace and remove run_command_v_opt_cd_env()
René Scharfe
1
-6
/
+1
2022-10-12
run-command.c: remove "max_processes", add "const" to signal() handler
Ævar Arnfjörð Bjarmason
1
-11
/
+26
2022-10-12
run-command.c: pass "opts" further down, and use "opts->processes"
Ævar Arnfjörð Bjarmason
1
-8
/
+11
2022-10-12
run-command.c: use "opts->processes", not "pp->max_processes"
Ævar Arnfjörð Bjarmason
1
-7
/
+9
2022-10-12
run-command.c: don't copy "data" to "struct parallel_processes"
Ævar Arnfjörð Bjarmason
1
-6
/
+3
2022-10-12
run-command.c: don't copy "ungroup" to "struct parallel_processes"
Ævar Arnfjörð Bjarmason
1
-10
/
+8
2022-10-12
run-command.c: don't copy *_fn to "struct parallel_processes"
Ævar Arnfjörð Bjarmason
1
-42
/
+25
2022-10-12
run-command.c: make "struct parallel_processes" const if possible
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-10-12
run-command API: move *_tr2() users to "run_processes_parallel()"
Ævar Arnfjörð Bjarmason
1
-18
/
+0
2022-10-12
run-command API: have run_process_parallel() take an "opts" struct
Ævar Arnfjörð Bjarmason
1
-23
/
+31
2022-10-12
run-command.c: use designated init for pp_init(), add "const"
Ævar Arnfjörð Bjarmason
1
-20
/
+14
[next]