summaryrefslogtreecommitdiffstats
path: root/t/helper (follow)
Commit message (Expand)AuthorAgeFilesLines
* test-tool delta: fix a memory leakÆvar Arnfjörð Bjarmason2022-07-011-7/+14
* test-tool ref-store: fix a memory leakÆvar Arnfjörð Bjarmason2022-07-011-0/+1
* test-tool bloom: fix memory leaksÆvar Arnfjörð Bjarmason2022-07-011-0/+2
* test-tool json-writer: fix memory leaksÆvar Arnfjörð Bjarmason2022-07-011-4/+12
* test-tool regex: call regfree(), fix memory leaksÆvar Arnfjörð Bjarmason2022-07-011-3/+6
* test-tool urlmatch-normalization: fix a memory leakÆvar Arnfjörð Bjarmason2022-07-011-3/+8
* test-tool {dump,scrap}-cache-tree: fix memory leaksÆvar Arnfjörð Bjarmason2022-07-012-1/+7
* test-tool path-utils: fix a memory leakÆvar Arnfjörð Bjarmason2022-07-011-4/+7
* test-tool test-hash: fix a memory leakÆvar Arnfjörð Bjarmason2022-07-011-0/+1
* Merge branch 'jk/bug-fl-va-list-fix'Junio C Hamano2022-06-171-2/+2
|\
| * bug_fl(): correctly initialize trace2 va_listJeff King2022-06-161-2/+2
* | Merge branch 'ab/hooks-regression-fix'Junio C Hamano2022-06-141-3/+19
|\ \
| * | run-command: add an "ungroup" option to run_process_parallel()Ævar Arnfjörð Bjarmason2022-06-071-3/+19
* | | Merge branch 'ab/bug-if-bug'Junio C Hamano2022-06-111-2/+27
|\ \ \ | | |/ | |/|
| * | usage.c: add a non-fatal bug() function to go with BUG()Ævar Arnfjörð Bjarmason2022-06-021-2/+27
| |/
* | Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano2022-06-114-0/+138
|\ \
| * | t/helper/hexdump: add helper to print hexdump of stdinJeff Hostetler2022-05-273-0/+32
| * | t/helper/fsmonitor-client: create stress testJeff Hostetler2022-05-271-0/+106
* | | Merge branch 'ab/env-array'Junio C Hamano2022-06-111-1/+1
|\ \ \
| * | | run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-1/+1
| | |/ | |/|
* | | Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-072-7/+17
|\ \ \
| * | | revisions API users: add "goto cleanup" for release_revisions()Ævar Arnfjörð Bjarmason2022-04-141-5/+13
| * | | revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-141-0/+1
| * | | t/helper/test-fast-rebase.c: don't leak "struct strbuf"Ævar Arnfjörð Bjarmason2022-04-141-2/+3
* | | | t/helper: add 'pack-mtimes' test-toolTaylor Blau2022-05-273-0/+58
| |/ / |/| |
* | | Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano2022-04-044-0/+133
|\ \ \ | |/ / |/| / | |/
| * t/helper/test-chmtime: skip directories on WindowsJeff Hostetler2022-03-261-0/+15
| * t/helper/fsmonitor-client: create IPC client to talk to FSMonitor DaemonJeff Hostetler2022-03-263-0/+118
* | Merge branch 'ep/remove-duplicated-includes'Junio C Hamano2022-03-231-1/+0
|\ \
| * | t/helper/test-run-command.c: delete duplicate includeElia Pinto2022-03-131-1/+0
* | | Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano2022-03-171-3/+4
|\ \ \
| * | | string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason2022-03-071-3/+4
| |/ /
* | | Merge branch 'ds/commit-graph-gen-v2-fixes'Junio C Hamano2022-03-171-0/+13
|\ \ \ | |/ / |/| |
| * | test-read-graph: include extra post-parse infoDerrick Stolee2022-03-011-0/+13
* | | Merge branch 'ac/usage-string-fixups'Junio C Hamano2022-03-071-3/+3
|\ \ \ | |_|/ |/| |
| * | amend remaining usage strings according to style guideAbhradeep Chakraborty2022-02-231-3/+3
* | | Merge branch 'ab/date-mode-release'Junio C Hamano2022-02-261-1/+4
|\ \ \
| * | | date API: add and use a date_mode_release()Ævar Arnfjörð Bjarmason2022-02-161-0/+2
| * | | date API: provide and use a DATE_MODE_INITÆvar Arnfjörð Bjarmason2022-02-161-1/+1
| * | | date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason2022-02-161-0/+1
* | | | Merge branch 'ab/only-single-progress-at-once'Junio C Hamano2022-02-261-13/+37
|\ \ \ \ | |_|/ / |/| | |
| * | | progress.c tests: make start/stop commands on stdinÆvar Arnfjörð Bjarmason2022-02-041-11/+33
| * | | progress.c test helper: add missing bracesÆvar Arnfjörð Bjarmason2022-02-041-2/+3
| * | | leak tests: fix a memory leak in "test-progress" helperÆvar Arnfjörð Bjarmason2022-02-041-0/+1
* | | | Merge branch 'hn/reftable-coverity-fixes'Junio C Hamano2022-02-171-4/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | reftable: order unittests by complexityHan-Wen Nienhuys2022-01-201-4/+5
| * | | Merge branch 'hn/create-reflog-simplify' into hn/reftable-coverity-fixesJunio C Hamano2021-12-071-2/+1
| |\ \ \
| * \ \ \ Merge branch 'hn/reftable' into hn/reftable-coverity-fixesJunio C Hamano2021-12-073-1/+26
| |\ \ \ \
* | \ \ \ \ Merge branch 'ab/no-errno-from-resolve-ref-unsafe'Junio C Hamano2022-02-121-2/+1
|\ \ \ \ \ \
| * | | | | | refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason2022-01-271-2/+1
| | |_|_|_|/ | |/| | | |