summaryrefslogtreecommitdiffstats
path: root/t/helper (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Merge branch 'bc/csprng-mktemps'Junio C Hamano2022-02-123-0/+31
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | wrapper: add a helper to generate numbers from a CSPRNGbrian m. carlson2022-01-173-0/+31
* | | | | | Merge branch 'ma/windows-dynload-fix'Junio C Hamano2022-01-131-1/+3
|\ \ \ \ \ \
| * | | | | | lazyload: use correct calling conventionsMatthias Aßhauer2022-01-091-1/+3
* | | | | | | Merge branch 'ds/fetch-pull-with-sparse-index'Junio C Hamano2022-01-101-54/+10
|\ \ \ \ \ \ \
| * | | | | | | test-read-cache: remove --table, --expand optionsDerrick Stolee2021-12-221-54/+10
* | | | | | | | Merge branch 'hn/test-ref-store-show-hash-algo'Junio C Hamano2022-01-101-4/+5
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | test-ref-store: print hash algorithmHan-Wen Nienhuys2021-12-221-4/+5
| |/ / / / / /
* | | | | | | Merge branch 'ab/common-main-cleanup'Junio C Hamano2021-12-231-2/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | common-main.c: call exit(), don't returnÆvar Arnfjörð Bjarmason2021-12-071-2/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'hn/allow-bogus-oid-in-ref-tests'Junio C Hamano2021-12-151-8/+65
|\ \ \ \ \ \
| * | | | | | refs: introduce REF_SKIP_REFNAME_VERIFICATION flagHan-Wen Nienhuys2021-12-071-0/+1
| * | | | | | refs: introduce REF_SKIP_OID_VERIFICATION flagHan-Wen Nienhuys2021-12-071-0/+1
| * | | | | | test-ref-store: plug memory leak in cmd_delete_refsHan-Wen Nienhuys2021-12-071-1/+4
| * | | | | | test-ref-store: parse symbolic flag constantsHan-Wen Nienhuys2021-12-071-7/+59
| * | | | | | test-ref-store: remove force-create argument for create-reflogHan-Wen Nienhuys2021-12-071-1/+1
| |/ / / / /
* | | | | | Merge branch 'hn/reflog-tests'Junio C Hamano2021-12-151-3/+3
|\ \ \ \ \ \
| * | | | | | test-ref-store: tweaks to for-each-reflog-ent formatHan-Wen Nienhuys2021-12-021-2/+3
| * | | | | | test-ref-store: don't add newline to reflog messageHan-Wen Nienhuys2021-12-021-3/+2
| |/ / / / /
* | | | | | Merge branch 'ab/run-command'Junio C Hamano2021-12-152-5/+6
|\ \ \ \ \ \
| * | | | | | run-command tests: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason2021-11-261-4/+5
| * | | | | | run-command API users: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason2021-11-261-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'hn/reftable'Junio C Hamano2021-12-153-1/+26
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Add "test-tool dump-reftable" command.Han-Wen Nienhuys2021-10-083-0/+7
| * | | | | reftable: implement stack, a mutable database of reftable files.Han-Wen Nienhuys2021-10-081-0/+1
| * | | | | reftable: implement refname validationHan-Wen Nienhuys2021-10-081-0/+1
| * | | | | reftable: add merged table viewHan-Wen Nienhuys2021-10-081-0/+1
| * | | | | reftable: add a heap-based priority queue for reftable recordsHan-Wen Nienhuys2021-10-081-0/+1
| * | | | | reftable: reftable file level testsHan-Wen Nienhuys2021-10-081-0/+1
| * | | | | reftable: a generic binary tree implementationHan-Wen Nienhuys2021-10-081-0/+1
| * | | | | reftable: reading/writing blocksHan-Wen Nienhuys2021-10-081-0/+1
| * | | | | reftable: (de)serialization for the polymorphic record type.Han-Wen Nienhuys2021-10-081-1/+1
| * | | | | reftable: utility functionsHan-Wen Nienhuys2021-10-083-1/+12
* | | | | | Merge branch 'hn/create-reflog-simplify'Junio C Hamano2021-12-101-2/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |