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
/
t
/
helper
/
test-run-command.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-05-06
test-tool run-command testsuite: support unit tests
Josh Steadmon
1
-3
/
+14
2024-05-06
test-tool run-command testsuite: remove hardcoded filter
Josh Steadmon
1
-3
/
+1
2024-05-06
test-tool run-command testsuite: get shell from env
Josh Steadmon
1
-1
/
+8
2023-03-21
treewide: remove unnecessary inclusion of gettext.h
Elijah Newren
1
-1
/
+0
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-7
/
+7
2023-02-24
run_processes_parallel: mark unused callback parameters
Jeff King
1
-7
/
+7
2023-02-23
treewide: remove unnecessary cache.h includes in source files
Elijah Newren
1
-2
/
+0
2022-10-12
run-command API: have run_process_parallel() take an "opts" struct
Ævar Arnfjörð Bjarmason
1
-10
/
+21
2022-10-12
run-command tests: use "return", not "exit"
Ævar Arnfjörð Bjarmason
1
-11
/
+22
2022-10-12
run-command API: have "run_processes_parallel{,_tr2}()" return void
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2022-10-12
run-command test helper: use "else if" pattern
Ævar Arnfjörð Bjarmason
1
-8
/
+7
2022-06-13
Merge branch 'ab/hooks-regression-fix'
Junio C Hamano
1
-3
/
+19
2022-06-07
run-command: add an "ungroup" option to run_process_parallel()
Ævar Arnfjörð Bjarmason
1
-3
/
+19
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-03-23
Merge branch 'ep/remove-duplicated-includes'
Junio C Hamano
1
-1
/
+0
2022-03-13
t/helper/test-run-command.c: delete duplicate include
Elia Pinto
1
-1
/
+0
2022-03-07
string-list API: change "nr" and "alloc" to "size_t"
Ævar Arnfjörð Bjarmason
1
-3
/
+4
2022-02-23
amend remaining usage strings according to style guide
Abhradeep Chakraborty
1
-3
/
+3
2021-11-25
run-command tests: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2021-09-27
*.h: move some *_INIT to designated initializers
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2021-09-27
*.h _INIT macros: don't specify fields equal to 0
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-12
test-tool run-command: fix flip-flop init pattern
Ævar Arnfjörð Bjarmason
1
-4
/
+1
2020-07-30
strvec: rename struct fields
Jeff King
1
-4
/
+4
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-3
/
+3
2020-07-28
strvec: convert remaining callers away from argv_array name
Jeff King
1
-18
/
+18
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2019-12-10
Merge branch 'js/mingw-inherit-only-std-handles'
Junio C Hamano
1
-0
/
+44
2019-12-06
Sync with 2.23.1
Johannes Schindelin
1
-2
/
+136
2019-12-06
Sync with 2.17.3
Johannes Schindelin
1
-2
/
+136
2019-12-06
Sync with 2.16.6
Johannes Schindelin
1
-2
/
+136
2019-12-05
quote-stress-test: offer to test quoting arguments for MSYS2 sh
Johannes Schindelin
1
-3
/
+10
2019-12-05
quote-stress-test: allow skipping some trials
Johannes Schindelin
1
-1
/
+5
2019-12-05
quote-stress-test: accept arguments to test via the command-line
Johannes Schindelin
1
-13
/
+22
2019-12-05
tests: add a helper to stress test argument quoting
Garima Singh
1
-2
/
+116
2019-11-23
mingw: demonstrate that all file handles are inherited by child processes
Johannes Schindelin
1
-0
/
+44
2019-10-06
test-tool run-command: learn to run (parts of) the testsuite
Johannes Schindelin
1
-0
/
+153
2018-03-27
t/helper: merge test-run-command into test-tool
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-01-19
run-command.c: print env vars in trace_run_command()
Nguyễn Thái Ngọc Duy
1
-0
/
+9
2016-08-08
Merge branch 'rs/use-strbuf-addstr'
Junio C Hamano
1
-3
/
+3
2016-08-01
use strbuf_addstr() for adding constant strings to a strbuf
René Scharfe
1
-3
/
+3
2016-07-06
Merge branch 'jk/common-main-2.8' into jk/common-main
Junio C Hamano
1
-1
/
+1
2016-04-15
test helpers: move test-* to t/helper/ subdirectory
Nguyễn Thái Ngọc Duy
1
-0
/
+87