index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
run-command.c
Age
Commit message (
Expand
)
Author
6 days
run_processes_parallel(): fix order of sigpipe handling
Jeff King
2026-03-19
Merge branch 'bk/run-command-wo-the-repository'
Junio C Hamano
2026-03-12
Merge branch 'ds/for-each-repo-w-worktree'
Junio C Hamano
2026-03-12
run-command: wean auto_maintenance() functions off the_repository
Burak Kaan Karaçay
2026-03-12
run-command: wean start_command() off the_repository
Burak Kaan Karaçay
2026-03-09
Merge branch 'ar/run-command-hook-take-2'
Junio C Hamano
2026-03-03
run-command: extract sanitize_repo_env helper
Derrick Stolee
2026-02-24
t: fix races caused by background maintenance
Patrick Steinhardt
2026-01-28
run-command: poll child input in addition to output
Adrian Ratiu
2026-01-28
run-command: add stdin callback for parallelization
Emily Shaffer
2026-01-28
run-command: add helper for pp child states
Adrian Ratiu
2026-01-15
Revert "Merge branch 'ar/run-command-hook'"
Junio C Hamano
2026-01-06
Merge branch 'ar/run-command-hook'
Junio C Hamano
2025-12-28
run-command: allow capturing of collated output
Emily Shaffer
2025-12-28
run-command: add stdin callback for parallelization
Emily Shaffer
2025-12-28
run-command: add first helper for pp child states
Adrian Ratiu
2025-11-19
odb: adopt logic to close object databases
Patrick Steinhardt
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
2025-03-17
git-compat-util: add NOT_CONSTANT macro and use it in atfork_prepare()
Junio C Hamano
2025-03-17
run-command: use errno to check for sigfillset() error
Jeff King
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-08-16
run-command: fix detaching when running auto maintenance
Patrick Steinhardt
2024-07-13
run-command: declare the `git_shell_path()` function globally
Johannes Schindelin
2024-07-13
run-command(win32): resolve the path to the Unix shell early
Johannes Schindelin
2024-07-13
run-command: refactor getting the Unix shell path into its own function
Johannes Schindelin
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
2024-06-17
Merge branch 'jc/varargs-attributes'
Junio C Hamano
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-10
__attribute__: trace2_region_enter_printf() is like "printf"
Junio C Hamano
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-05-31
run-command: show prepared command
Ian Wienand
2024-04-17
run-command: introduce function to prepare auto-maintenance process
Patrick Steinhardt
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-08-09
Merge branch 'ma/locate-in-path-for-windows'
Junio C Hamano
2023-08-03
run-command: conditionally define locate_in_PATH()
Matthias Aßhauer
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-23
Merge branch 'rs/run-command-exec-error-on-noent'
Junio C Hamano
2023-06-21
run-command.h: move declarations for run-command.c from cache.h
Elijah Newren
2023-06-12
run-command: report exec error even on ENOENT
René Scharfe
2023-05-19
Merge branch 'tb/run-command-needs-alloc-h'
Junio C Hamano
2023-05-16
run-command.c: fix missing include under `NO_PTHREADS`
Taylor Blau
2023-04-24
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-24
run-command: mark error routine parameters as unused
Jeff King
2023-02-08
run-command: allow stdin for run_processes_parallel
Emily Shaffer
2023-02-08
run-command.c: remove dead assignment in while-loop
Ævar Arnfjörð Bjarmason
2023-01-08
*: fix typos which duplicate a word
Andrei Rybak
[next]