summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)AuthorFilesLines
2018-10-30Merge branch 'rj/header-guards'Libravatar Junio C Hamano1-2/+2
2018-10-30Merge branch 'jk/test-tool-help'Libravatar Junio C Hamano1-2/+13
2018-10-19Merge branch 'nd/the-index'Libravatar Junio C Hamano1-1/+1
2018-10-18headers: normalize the spelling of some header guardsLibravatar Ramsay Jones1-2/+2
2018-10-18test-tool: show tool list on errorLibravatar Jeff King1-2/+13
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Libravatar Junio C Hamano1-2/+8
2018-10-10Merge branch 'nd/test-tool'Libravatar Junio C Hamano6-7/+19
2018-09-24Merge branch 'ds/reachable'Libravatar Junio C Hamano1-5/+17
2018-09-24Merge branch 'js/mingw-o-append'Libravatar Junio C Hamano3-0/+78
2018-09-21commit-reach: properly peel tagsLibravatar Derrick Stolee1-5/+17
2018-09-21revision.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-09-17Merge branch 'jk/patch-corrupted-delta-fix'Libravatar Junio C Hamano1-4/+4
2018-09-17Merge branch 'jk/cocci'Libravatar Junio C Hamano1-1/+1
2018-09-17Merge branch 'ds/reachable'Libravatar Junio C Hamano3-0/+132
2018-09-17Merge branch 'ds/multi-pack-index'Libravatar Junio C Hamano3-0/+53
2018-09-11t0051: test GIT_TRACE to a windows named pipeLibravatar Jeff Hostetler3-0/+78
2018-09-11t/helper: merge test-dump-fsmonitor into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-09-11t/helper: merge test-parse-options into test-toolLibravatar Nguyễn Thái Ngọc Duy3-2/+5
2018-09-11t/helper: merge test-pkt-line into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-09-11t/helper: merge test-dump-untracked-cache into test-toolLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2018-09-11t/helper: keep test-tool command list sortedLibravatar Nguyễn Thái Ngọc Duy2-2/+2
2018-08-30test-delta: read input into a heap bufferLibravatar Jeff King1-4/+4
2018-08-29convert "oidcmp() != 0" to "!oideq()"Libravatar Jeff King1-1/+1
2018-08-27Merge branch 'jk/use-compat-util-in-test-tool'Libravatar Junio C Hamano1-0/+2
2018-08-21test-tool.h: include git-compat-util.hLibravatar Jeff King1-0/+2
2018-08-21test-repository: properly init repoLibravatar Derrick Stolee1-2/+8
2018-08-20multi-pack-index: store local propertyLibravatar Derrick Stolee1-1/+1
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Libravatar Junio C Hamano3-0/+53
2018-08-15Merge branch 'jh/json-writer'Libravatar Junio C Hamano3-0/+567
2018-08-02Merge branch 'jt/commit-graph-per-object-store'Libravatar Junio C Hamano3-0/+84
2018-08-02Merge branch 'bp/test-drop-caches-for-windows'Libravatar Junio C Hamano1-2/+2
2018-07-20test-reach: test commit_containsLibravatar Derrick Stolee1-0/+12
2018-07-20test-reach: test can_all_from_reach_with_flagsLibravatar Derrick Stolee1-2/+8
2018-07-20test-reach: test reduce_headsLibravatar Derrick Stolee1-0/+4
2018-07-20test-reach: test get_merge_bases_manyLibravatar Derrick Stolee1-0/+31
2018-07-20test-reach: test is_descendant_ofLibravatar Derrick Stolee1-0/+8
2018-07-20test-reach: test in_merge_basesLibravatar Derrick Stolee1-0/+6
2018-07-20test-reach: create new test tool for ref_newerLibravatar Derrick Stolee3-0/+65
2018-07-20midx: write object offsetsLibravatar Derrick Stolee1-0/+4
2018-07-20midx: write object id fanout chunkLibravatar Derrick Stolee1-1/+3
2018-07-20midx: write object ids in a chunkLibravatar Derrick Stolee1-0/+2
2018-07-20midx: read pack names into arrayLibravatar Derrick Stolee1-0/+5
2018-07-20multi-pack-index: write pack names in chunkLibravatar Derrick Stolee1-0/+7
2018-07-20multi-pack-index: load into memoryLibravatar Derrick Stolee3-0/+33
2018-07-17commit-graph: add repo arg to graph readersLibravatar Jonathan Tan3-0/+84
2018-07-16json_writer: new routines to create JSON dataLibravatar Jeff Hostetler3-0/+567
2018-07-12handle lower case drive letters on WindowsLibravatar Ben Peart1-2/+2
2018-06-21test-pkt-line: add unpack-sideband subcommandLibravatar Brandon Williams1-0/+33
2018-05-30Merge branch 'bc/object-id'Libravatar Junio C Hamano2-3/+3
2018-05-30Merge branch 'js/use-bug-macro'Libravatar Junio C Hamano2-8/+9