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