summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)AuthorFilesLines
2018-03-27t/helper: merge test-regex into test-toolLibravatar Nguyễn Thái Ngọc Duy3-3/+6
2018-03-27t/helper: merge test-ref-store into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge test-read-cache into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge test-prio-queue into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge test-path-utils into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge test-online-cpus into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge test-mktemp into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge (unused) test-mergesort into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge (unused) test-match-trees into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge test-index-version into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge test-hashmap into test-toolLibravatar Nguyễn Thái Ngọc Duy3-2/+5
2018-03-27t/helper: merge test-genrandom into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge test-example-decorate into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge test-dump-split-index into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge test-dump-cache-tree into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge test-drop-caches into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge (unused) test-delta into test-toolLibravatar Nguyễn Thái Ngọc Duy3-2/+5
2018-03-27t/helper: merge test-date into test-toolLibravatar Nguyễn Thái Ngọc Duy3-8/+11
2018-03-27t/helper: merge test-ctype into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-03-27t/helper: merge test-config into test-toolLibravatar Nguyễn Thái Ngọc Duy3-2/+5
2018-03-27t/helper: merge test-lazy-init-name-hash into test-toolLibravatar Nguyễn Thái Ngọc Duy3-6/+9
2018-03-27t/helper: merge test-sha1 into test-toolLibravatar Nguyễn Thái Ngọc Duy4-3/+6
2018-03-27t/helper: merge test-chmtime into test-toolLibravatar Nguyễn Thái Ngọc Duy3-7/+11
2018-03-27t/helper: add an empty test-tool programLibravatar Nguyễn Thái Ngọc Duy2-0/+31
2018-03-23object-store: migrate alternates struct and functions from cache.hLibravatar Stefan Beller1-0/+1
2018-03-14test-pkt-line: introduce a packet-line test helperLibravatar Brandon Williams1-0/+64
2018-02-27Merge branch 'jk/test-hashmap-updates'Libravatar Junio C Hamano1-26/+27
2018-02-15Merge branch 'ab/wildmatch-tests'Libravatar Junio C Hamano1-0/+2
2018-02-15Merge branch 'po/object-id'Libravatar Junio C Hamano1-2/+2
2018-02-14test-hashmap: use "unsigned int" for hash storageLibravatar Jeff King1-2/+3
2018-02-14test-hashmap: simplify alloc_test_entryLibravatar Jeff King1-18/+17
2018-02-14test-hashmap: use strbuf_getline rather than fgetsLibravatar Jeff King1-3/+5
2018-02-14test-hashmap: use xsnprintf rather than snprintfLibravatar Jeff King1-1/+1
2018-02-14test-hashmap: check allocation computation for overflowLibravatar Jeff King1-2/+1
2018-02-14test-hashmap: use ALLOC_ARRAY rather than bare mallocLibravatar Jeff King1-2/+2
2018-01-30wildmatch test: perform all tests under all wildmatch() modesLibravatar Ævar Arnfjörð Bjarmason1-0/+2
2018-01-30dir: convert struct sha1_stat to use object_idLibravatar Patryk Obara1-2/+2
2018-01-19run-command.c: print env vars in trace_run_command()Libravatar Nguyễn Thái Ngọc Duy1-0/+9
2018-01-05Merge branch 'jh/memihash-opt'Libravatar Junio C Hamano1-1/+1
2017-12-27Merge branch 'sb/test-helper-excludes'Libravatar Junio C Hamano1-41/+5
2017-12-22t/helper/test-lazy-name-hash: fix compilationLibravatar Stefan Beller1-1/+1
2017-12-12t/helper: ignore everything but sourcesLibravatar Stefan Beller1-38/+4
2017-12-08decorate: clean up and document APILibravatar Jonathan Tan2-0/+75
2017-12-06Merge branch 'hm/config-parse-expiry-date'Libravatar Junio C Hamano1-0/+12
2017-11-21Merge branch 'bp/fsmonitor'Libravatar Junio C Hamano3-0/+187
2017-11-18config: add --expiry-dateLibravatar Haaris Mehmood1-0/+12
2017-11-06Merge branch 'bc/object-id'Libravatar Junio C Hamano1-14/+14
2017-10-23Merge branch 'jk/write-in-full-fix' into maintLibravatar Junio C Hamano1-1/+1
2017-10-21test-ref-store: avoid passing NULL to printfLibravatar Jeff King1-1/+1
2017-10-18Merge branch 'rs/qsort-s' into maintLibravatar Junio C Hamano1-1/+1