summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)Author
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_get_next takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-10-06test-tool run-command: learn to run (parts of) the testsuiteJohannes Schindelin
2019-09-20t/helper: ignore only executable filesSZEDER Gábor
2019-09-18test_date.c: remove reference to GIT_TEST_DATE_NOWStephen P. Smith
2019-09-17Test the progress displaySZEDER Gábor
2019-09-12Quit passing 'now' to date codeStephen P. Smith
2019-09-06test-read-cache: drop namelen variableJeff King
2019-08-09Merge branch 'mt/dir-iterator-updates'Junio C Hamano
2019-08-07test-dir-iterator: use path argument directlyRené Scharfe
2019-08-01Merge branch 'jc/dir-iterator-test-fix'Junio C Hamano
2019-07-30test-dir-iterator: do not assume errno valuesJunio C Hamano
2019-07-25Merge branch 'mt/dir-iterator-updates'Junio C Hamano
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano
2019-07-19Merge branch 'cc/test-oidmap'Junio C Hamano
2019-07-11dir-iterator: add flags parameter to dir_iterator_beginMatheus Tavares
2019-07-11dir-iterator: refactor state machine modelMatheus Tavares
2019-07-11dir-iterator: add tests for dir-iterator APIDaniel Ferreira
2019-07-01test-oidmap: remove 'add' subcommandChristian Couder
2019-06-27match-trees.c: remove the_repo from shift_tree*()Nguyễn Thái Ngọc Duy
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King
2019-06-18test-hashmap: remove 'hash' commandChristian Couder
2019-06-18t/helper: add test-oidmap.cChristian Couder
2019-05-19Merge branch 'js/fsmonitor-refresh-after-discarding-index'Junio C Hamano
2019-05-19Merge branch 'nd/parse-options-aliases'Junio C Hamano
2019-05-08Merge branch 'js/misc-doc-fixes'Junio C Hamano
2019-05-08fsmonitor: demonstrate that it is not refreshed after discard_index()Johannes Schindelin
2019-05-07parse-options: don't emit "ambiguous option" for aliasesNguyễn Thái Ngọc Duy
2019-04-25Merge branch 'jk/xmalloc'Junio C Hamano
2019-04-25Merge branch 'js/difftool-no-index'Junio C Hamano
2019-04-19Turn `git serve` into a test helperJohannes Schindelin
2019-04-19test-tool: handle the `-C <directory>` option just like `git`Johannes Schindelin
2019-04-12test-prio-queue: use xmallocJeff King
2019-03-20test-date: drop unused "now" parameter from parse_dates()Jeff King
2019-03-18parse-options: make OPT_ARGUMENT() more usefulJohannes Schindelin
2019-02-22trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.shJeff Hostetler
2019-02-22trace2: create new combined trace facilityJeff Hostetler
2019-02-19tests: teach the test-tool to generate NUL bytes and use itJohannes Schindelin
2019-02-07Merge branch 'js/vsts-ci'Junio C Hamano
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-06test-date: drop unused parameter to getnanos()Jeff King
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