summaryrefslogtreecommitdiffstats
path: root/t/helper (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/cmd-foo-should-return'Junio C Hamano2021-07-084-4/+4
|\
| * builtins + test helpers: use return instead of exit() in cmd_*Ævar Arnfjörð Bjarmason2021-06-094-4/+4
* | Merge branch 'en/ort-perf-batch-11'Junio C Hamano2021-06-141-20/+34
|\ \
| * | fast-rebase: write conflict state to working tree, index, and HEADElijah Newren2021-05-201-19/+32
| * | fast-rebase: change assert() to BUG()Elijah Newren2021-05-201-1/+2
* | | Merge branch 'jk/symlinked-dotgitx-cleanup'Junio C Hamano2021-05-111-13/+33
|\ \ \
| * | | t0060: test ntfs/hfs-obscured dotfilesJeff King2021-05-041-13/+33
* | | | Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano2021-05-101-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+1
* | | | Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-10/+56
|\ \ \ \
| * | | | test-tool: don't force full indexDerrick Stolee2021-03-301-1/+12
| * | | | test-read-cache: print cache entries with --tableDerrick Stolee2021-03-301-10/+45
* | | | | Merge branch 'jk/promisor-optim'Junio C Hamano2021-04-301-3/+3
|\ \ \ \ \
| * | | | | lookup_unknown_object(): take a repository argumentJeff King2021-04-131-3/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'ab/userdiff-tests'Junio C Hamano2021-04-213-0/+48
|\ \ \ \ \
| * | | | | userdiff tests: list builtin drivers via test-toolÆvar Arnfjörð Bjarmason2021-04-083-0/+48
| | |_|_|/ | |/| | |
* | | | | Merge branch 'cc/test-helper-bloom-usage-fix'Junio C Hamano2021-04-141-1/+1
|\ \ \ \ \
| * | | | | test-bloom: fix missing 'bloom' from usage stringChristian Couder2021-04-061-1/+1
* | | | | | Merge branch 'tb/pack-preferred-tips-to-give-bitmap'Junio C Hamano2021-04-143-0/+26
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | t/helper/test-bitmap.c: initial commitTaylor Blau2021-04-013-0/+26
* | | | | | Merge branch 'tb/reverse-midx'Junio C Hamano2021-04-081-4/+20
|\ \ \ \ \ \
| * | | | | | t/helper/test-read-midx.c: add '--show-objects'Taylor Blau2021-03-301-4/+20
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jh/simple-ipc'Junio C Hamano2021-04-023-0/+789
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | t0052: add simple-ipc tests and t/helper/test-simple-ipc toolJeff Hostetler2021-03-223-0/+789
* | | | | | Merge branch 'nk/diff-index-fsmonitor'Junio C Hamano2021-03-241-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fsmonitor: add perf test for git diff HEADNipunn Koorapati2021-03-181-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/calloc-fix'Junio C Hamano2021-03-191-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | xcalloc: use CALLOC_ARRAY() when applicableJunio C Hamano2021-03-161-1/+1
* | | | | Merge branch 'jt/trace2-BUG'Junio C Hamano2021-02-181-0/+9
|\ \ \ \ \
| * | | | | usage: trace2 BUG() invocationsJonathan Tan2021-02-091-0/+9
| | |/ / / | |/| | |
* | | | | Merge branch 'ak/corrected-commit-date'Junio C Hamano2021-02-181-0/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | commit-graph: implement generation data chunkAbhishek Kumar2021-01-191-0/+4
| |/ / /
* | | | Merge branch 'ab/grep-pcre-invalid-utf8'Junio C Hamano2021-02-103-0/+14
|\ \ \ \
| * | | | grep/pcre2: better support invalid UTF-8 haystacksÆvar Arnfjörð Bjarmason2021-01-253-0/+14
| |/ / /
* / / / refs: switch peel_ref() to peel_iterated_oid()Jeff King2021-01-221-13/+0
|/ / /
* | | Merge branch 'jx/t5411-flake-fix'Junio C Hamano2020-11-261-14/+40
|\ \ \
| * | | receive-pack: use default version 0 for proc-receiveJiang Xin2020-11-111-6/+10
| * | | receive-pack: gently write messages to proc-receiveJiang Xin2020-11-111-10/+32
* | | | Merge branch 'en/strmap'Junio C Hamano2020-11-221-5/+4
|\ \ \ \
| * | | | Use new HASHMAP_INIT macro to simplify hashmap initializationElijah Newren2020-11-111-2/+1
| * | | | hashmap: provide deallocation function namesElijah Newren2020-11-021-3/+3
| |/ / /
* | | | Merge branch 'en/merge-ort-api-null-impl'Junio C Hamano2020-11-183-0/+213
|\ \ \ \
| * | | | fast-rebase: demonstrate merge-ort's API via new test-tool commandElijah Newren2020-10-293-0/+213
| |/ / /
* | | | Merge branch 'ds/maintenance-part-3'Junio C Hamano2020-11-183-0/+37
|\ \ \ \
| * | | | maintenance: add start/stop subcommandsDerrick Stolee2020-09-253-0/+37
* | | | | Merge branch 'js/avoid-split-sideband-message'Junio C Hamano2020-11-021-0/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | test-pkt-line: drop colon from sideband identityJeff King2020-10-271-1/+1
| * | | | sideband: avoid reporting incomplete sideband messagesJohannes Schindelin2020-10-201-0/+23
* | | | | Merge branch 'jk/unused'Junio C Hamano2020-10-052-5/+5
|\ \ \ \ \
| * | | | | test-advise: check argument count with argc instead of argvJeff King2020-09-301-2/+2