Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ds/bundle-uri-3' | Taylor Blau | 2022-10-31 | 3 | -0/+97 |
|\ | |||||
| * | bundle-uri: parse bundle list in config format | Derrick Stolee | 2022-10-12 | 1 | -12/+37 |
| * | bundle-uri: unit test "key=value" parsing | Ævar Arnfjörð Bjarmason | 2022-10-12 | 3 | -0/+72 |
* | | Merge branch 'jh/trace2-timers-and-counters' | Taylor Blau | 2022-10-31 | 1 | -0/+187 |
|\ \ | |||||
| * | | trace2: add global counter mechanism | Jeff Hostetler | 2022-10-24 | 1 | -0/+89 |
| * | | trace2: add stopwatch timers | Jeff Hostetler | 2022-10-24 | 1 | -0/+98 |
* | | | Merge branch 'ab/doc-synopsis-and-cmd-usage' | Junio C Hamano | 2022-10-28 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | doc txt & -h consistency: use "<options>", not "<options>..." | Ævar Arnfjörð Bjarmason | 2022-10-13 | 1 | -1/+1 |
* | | | | Merge branch 'ab/run-hook-api-cleanup' | Junio C Hamano | 2022-10-27 | 1 | -28/+49 |
|\ \ \ \ | |||||
| * | | | | run-command API: have run_process_parallel() take an "opts" struct | Ævar Arnfjörð Bjarmason | 2022-10-12 | 1 | -10/+21 |
| * | | | | run-command tests: use "return", not "exit" | Ævar Arnfjörð Bjarmason | 2022-10-12 | 1 | -11/+22 |
| * | | | | run-command API: have "run_processes_parallel{,_tr2}()" return void | Ævar Arnfjörð Bjarmason | 2022-10-12 | 1 | -8/+8 |
| * | | | | run-command test helper: use "else if" pattern | Ævar Arnfjörð Bjarmason | 2022-10-12 | 1 | -8/+7 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jk/unused-anno-more' | Junio C Hamano | 2022-10-27 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | string-list: mark unused callback parameters | Jeff King | 2022-10-18 | 1 | -1/+2 |
| |/ / / | |||||
* / / / | test-submodule: inline resolve_relative_url() function | Jeff King | 2022-10-06 | 1 | -14/+8 |
|/ / / | |||||
* | | | Merge branch 'ab/unused-annotation' | Junio C Hamano | 2022-09-14 | 3 | -4/+4 |
|\ \ \ | |||||
| * | | | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 2022-09-01 | 3 | -4/+4 |
* | | | | Merge branch 'jk/unused-annotation' | Junio C Hamano | 2022-09-14 | 3 | -4/+4 |
|\| | | | |||||
| * | | | config: mark unused callback parameters | Jeff King | 2022-08-19 | 2 | -2/+2 |
| * | | | refs: mark unused reflog callback parameters | Jeff King | 2022-08-19 | 1 | -1/+1 |
| * | | | refs: mark unused each_ref_fn parameters | Jeff King | 2022-08-19 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'sg/parse-options-subcommand' | Junio C Hamano | 2022-09-13 | 1 | -3/+4 |
|\ \ \ | |||||
| * | | | test-parse-options.c: fix style of comparison with zero | SZEDER Gábor | 2022-09-07 | 1 | -2/+2 |
| * | | | test-parse-options.c: don't use for loop initial declaration | SZEDER Gábor | 2022-09-07 | 1 | -1/+2 |
* | | | | Merge branch 'ab/submodule-helper-prep' | Junio C Hamano | 2022-09-13 | 5 | -14/+160 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | submodule--helper: move "resolve-relative-url-test" to a test-tool | Ævar Arnfjörð Bjarmason | 2022-09-02 | 1 | -0/+42 |
| * | | | submodule--helper: move "check-name" to a test-tool | Ævar Arnfjörð Bjarmason | 2022-09-02 | 1 | -0/+46 |
| * | | | submodule--helper: move "is-active" to a test-tool | Ævar Arnfjörð Bjarmason | 2022-09-02 | 4 | -5/+70 |
| * | | | test-tool submodule-config: remove unused "--url" handling | Ævar Arnfjörð Bjarmason | 2022-09-02 | 1 | -9/+2 |
* | | | | Merge branch 'jk/test-crontab-fixes' | Junio C Hamano | 2022-09-06 | 1 | -11/+12 |
|\ \ \ \ | |||||
| * | | | | test-crontab: minor memory and error handling fixes | Jeff King | 2022-08-30 | 1 | -11/+12 |
* | | | | | Merge branch 'bc/gc-crontab-fix' | Junio C Hamano | 2022-09-06 | 1 | -2/+2 |
|\| | | | | |||||
| * | | | | gc: use temporary file for editing crontab | brian m. carlson | 2022-08-29 | 1 | -2/+2 |
* | | | | | Merge branch 'rs/test-mergesort' | Junio C Hamano | 2022-09-06 | 1 | -13/+27 |
|\ \ \ \ \ | |||||
| * | | | | | test-mergesort: use mem_pool for sort input | René Scharfe | 2022-08-28 | 1 | -1/+3 |
| * | | | | | test-mergesort: read sort input all at once | René Scharfe | 2022-08-28 | 1 | -13/+25 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'sg/parse-options-subcommand' | Junio C Hamano | 2022-09-01 | 4 | -1/+132 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | parse-options: add support for parsing subcommands | SZEDER Gábor | 2022-08-19 | 3 | -0/+63 |
| * | | | | parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options | SZEDER Gábor | 2022-08-19 | 2 | -4/+4 |
| * | | | | t0040-parse-options: test parse_options() with various 'parse_opt_flags' | SZEDER Gábor | 2022-08-19 | 3 | -0/+68 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'mt/rot13-in-c' | Junio C Hamano | 2022-08-29 | 3 | -0/+384 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | t0021: implementation the rot13-filter.pl script in C | Matheus Tavares | 2022-08-15 | 3 | -0/+384 |
| | |/ | |/| | |||||
* | | | Merge branch 'ab/plug-revisions-leak' | Junio C Hamano | 2022-08-12 | 1 | -2/+0 |
|\ \ \ | |||||
| * | | | test-fast-rebase helper: use release_revisions() (again) | Ævar Arnfjörð Bjarmason | 2022-08-03 | 1 | -2/+0 |
| | |/ | |/| | |||||
* | | | Merge branch 'rs/mergesort' | Junio C Hamano | 2022-08-03 | 1 | -27/+7 |
|\ \ \ | |/ / |/| | | |||||
| * | | test-mergesort: use DEFINE_LIST_SORT | René Scharfe | 2022-07-18 | 1 | -12/+3 |
| * | | test-mergesort: use DEFINE_LIST_SORT_DEBUG | René Scharfe | 2022-07-18 | 1 | -15/+4 |
* | | | test-tool delta: fix a memory leak | Ævar Arnfjörð Bjarmason | 2022-07-01 | 1 | -7/+14 |
* | | | test-tool ref-store: fix a memory leak | Ævar Arnfjörð Bjarmason | 2022-07-01 | 1 | -0/+1 |