summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)Author
2019-02-07Merge branch 'lt/date-human'Junio C Hamano
2019-02-07Merge branch 'jk/unused-parameter-cleanup'Junio C Hamano
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-02-05Merge branch 'cc/test-ref-store-typofix'Junio C Hamano
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano
2019-01-29Merge branch 'bc/sha-256'Junio C Hamano
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano
2019-01-29Add `human` format to test-toolStephen P. Smith
2019-01-24show_date_relative(): drop unused "tz" parameterJeff King
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-17helper/test-ref-store: fix "new-sha1" vs "old-sha1" typoChristian Couder
2018-12-28t/helper/test-repository: celebrate independence from the_repositoryStefan Beller
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy
2018-12-05repository: repo_submodule_init to take a submodule structStefan Beller
2018-11-18Merge branch 'jk/unused-parameter-fixes'Junio C Hamano
2018-11-18Merge branch 'ds/reachable-topo-order'Junio C Hamano
2018-11-14Add a base implementation of SHA-256 supportbrian m. carlson
2018-11-14t/helper: add a test helper to compute hash speedbrian m. carlson
2018-11-14t: make the sha1 test-tool helper genericbrian m. carlson
2018-11-13Merge branch 'ds/add-missing-tags'Junio C Hamano
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-11-06parse-options: drop OPT_DATE()Jeff King
2018-11-02test-reach: test get_reachable_subsetDerrick Stolee
2018-11-02prio-queue: add 'peek' operationDerrick Stolee
2018-10-31t/helper: add test-submodule-nested-repo-configAntonio Ospite
2018-10-30Merge branch 'rj/header-guards'Junio C Hamano
2018-10-30Merge branch 'jk/test-tool-help'Junio C Hamano
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-10-18headers: normalize the spelling of some header guardsRamsay Jones
2018-10-18test-tool: show tool list on errorJeff King
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano
2018-10-10Merge branch 'nd/test-tool'Junio C Hamano
2018-09-24Merge branch 'ds/reachable'Junio C Hamano
2018-09-24Merge branch 'js/mingw-o-append'Junio C Hamano
2018-09-21commit-reach: properly peel tagsDerrick Stolee
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-17Merge branch 'jk/patch-corrupted-delta-fix'Junio C Hamano
2018-09-17Merge branch 'jk/cocci'Junio C Hamano
2018-09-17Merge branch 'ds/reachable'Junio C Hamano
2018-09-17Merge branch 'ds/multi-pack-index'Junio C Hamano
2018-09-11t0051: test GIT_TRACE to a windows named pipeJeff Hostetler
2018-09-11t/helper: merge test-dump-fsmonitor into test-toolNguyễn Thái Ngọc Duy
2018-09-11t/helper: merge test-parse-options into test-toolNguyễn Thái Ngọc Duy
2018-09-11t/helper: merge test-pkt-line into test-toolNguyễn Thái Ngọc Duy
2018-09-11t/helper: merge test-dump-untracked-cache into test-toolNguyễn Thái Ngọc Duy
2018-09-11t/helper: keep test-tool command list sortedNguyễn Thái Ngọc Duy
2018-08-30test-delta: read input into a heap bufferJeff King
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-27Merge branch 'jk/use-compat-util-in-test-tool'Junio C Hamano