summaryrefslogtreecommitdiff
path: root/t/helper
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/protocol-v2' into HEADJunio C Hamano2018-04-241-0/+64
|\
| * test-pkt-line: introduce a packet-line test helperBrandon Williams2018-03-141-0/+64
* | Merge branch 'nd/combined-test-helper'Junio C Hamano2018-04-1138-61/+198
|\ \
| * | t/helper: merge test-write-cache into test-toolnd/combined-test-helperNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-wildmatch into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-urlmatch-normalization into test-toolNguyễn Thái Ngọc Duy2018-03-273-2/+5
| * | t/helper: merge test-subprocess into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-submodule-config into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-string-list into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-strcmp-offset into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-sigchain into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-sha1-array into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-scrap-cache-tree into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-run-command into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-revision-walking into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-regex into test-toolNguyễn Thái Ngọc Duy2018-03-273-3/+6
| * | t/helper: merge test-ref-store into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-read-cache into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-prio-queue into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-path-utils into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-online-cpus into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-mktemp into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge (unused) test-mergesort into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge (unused) test-match-trees into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-index-version into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-hashmap into test-toolNguyễn Thái Ngọc Duy2018-03-273-2/+5
| * | t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-example-decorate into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-dump-split-index into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-dump-cache-tree into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-drop-caches into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge (unused) test-delta into test-toolNguyễn Thái Ngọc Duy2018-03-273-2/+5
| * | t/helper: merge test-date into test-toolNguyễn Thái Ngọc Duy2018-03-273-8/+11
| * | t/helper: merge test-ctype into test-toolNguyễn Thái Ngọc Duy2018-03-273-1/+4
| * | t/helper: merge test-config into test-toolNguyễn Thái Ngọc Duy2018-03-273-2/+5
| * | t/helper: merge test-lazy-init-name-hash into test-toolNguyễn Thái Ngọc Duy2018-03-273-6/+9
| * | t/helper: merge test-sha1 into test-toolNguyễn Thái Ngọc Duy2018-03-274-3/+6
| * | t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy2018-03-273-7/+11
| * | t/helper: add an empty test-tool programNguyễn Thái Ngọc Duy2018-03-272-0/+31
* | | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-0/+1
|\ \ \ | |/ / |/| |
| * | object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-231-0/+1
* | | Merge branch 'jk/test-hashmap-updates'Junio C Hamano2018-02-271-26/+27
|\ \ \
| * | | test-hashmap: use "unsigned int" for hash storagejk/test-hashmap-updatesJeff King2018-02-141-2/+3
| * | | test-hashmap: simplify alloc_test_entryJeff King2018-02-141-18/+17
| * | | test-hashmap: use strbuf_getline rather than fgetsJeff King2018-02-141-3/+5
| * | | test-hashmap: use xsnprintf rather than snprintfJeff King2018-02-141-1/+1
| * | | test-hashmap: check allocation computation for overflowJeff King2018-02-141-2/+1
| * | | test-hashmap: use ALLOC_ARRAY rather than bare mallocJeff King2018-02-141-2/+2
* | | | Merge branch 'ab/wildmatch-tests'Junio C Hamano2018-02-151-0/+2
|\ \ \ \
| * | | | wildmatch test: perform all tests under all wildmatch() modesÆvar Arnfjörð Bjarmason2018-01-301-0/+2
| |/ / /