summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)AuthorFilesLines
2019-10-07hashmap_entry: remove first member requirement from docsLibravatar Eric Wong1-0/+1
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryLibravatar Eric Wong1-3/+1
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsLibravatar Eric Wong2-6/+3
2019-10-07hashmap: introduce hashmap_free_entriesLibravatar Eric Wong1-3/+3
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Libravatar Eric Wong1-2/+7
2019-10-07hashmap: use *_entry APIs for iterationLibravatar Eric Wong2-11/+8
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsLibravatar Eric Wong1-4/+6
2019-10-07hashmap: use *_entry APIs to wrap container_ofLibravatar Eric Wong1-7/+5
2019-10-07hashmap_get_next returns "struct hashmap_entry *"Libravatar Eric Wong1-4/+6
2019-10-07hashmap_put takes "struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_add takes "struct hashmap_entry *"Libravatar Eric Wong1-3/+3
2019-10-07hashmap_get_next takes "const struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Libravatar Eric Wong1-3/+3
2019-08-09Merge branch 'mt/dir-iterator-updates'Libravatar Junio C Hamano1-3/+1
2019-08-07test-dir-iterator: use path argument directlyLibravatar René Scharfe1-3/+1
2019-08-01Merge branch 'jc/dir-iterator-test-fix'Libravatar Junio C Hamano1-1/+10
2019-07-30test-dir-iterator: do not assume errno valuesLibravatar Junio C Hamano1-1/+10
2019-07-25Merge branch 'mt/dir-iterator-updates'Libravatar Junio C Hamano3-0/+60
2019-07-19Merge branch 'nd/tree-walk-with-repo'Libravatar Junio C Hamano1-1/+1
2019-07-19Merge branch 'cc/test-oidmap'Libravatar Junio C Hamano4-8/+115
2019-07-11dir-iterator: add flags parameter to dir_iterator_beginLibravatar Matheus Tavares1-7/+27
2019-07-11dir-iterator: refactor state machine modelLibravatar Matheus Tavares1-0/+5
2019-07-11dir-iterator: add tests for dir-iterator APILibravatar Daniel Ferreira3-0/+35
2019-07-01test-oidmap: remove 'add' subcommandLibravatar Christian Couder1-15/+1
2019-06-27match-trees.c: remove the_repo from shift_tree*()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2019-06-20object: convert lookup_unknown_object() to use object_idLibravatar Jeff King1-3/+3
2019-06-17test-hashmap: remove 'hash' commandLibravatar Christian Couder1-8/+1
2019-06-17t/helper: add test-oidmap.cLibravatar Christian Couder3-0/+128
2019-05-19Merge branch 'js/fsmonitor-refresh-after-discarding-index'Libravatar Junio C Hamano1-1/+23
2019-05-19Merge branch 'nd/parse-options-aliases'Libravatar Junio C Hamano1-0/+3
2019-05-09Merge branch 'js/misc-doc-fixes'Libravatar Junio C Hamano3-0/+52
2019-05-08fsmonitor: demonstrate that it is not refreshed after discard_index()Libravatar Johannes Schindelin1-1/+23
2019-05-07parse-options: don't emit "ambiguous option" for aliasesLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2019-04-25Merge branch 'jk/xmalloc'Libravatar Junio C Hamano1-1/+1
2019-04-25Merge branch 'js/difftool-no-index'Libravatar Junio C Hamano1-1/+1
2019-04-19Turn `git serve` into a test helperLibravatar Johannes Schindelin3-0/+33
2019-04-19test-tool: handle the `-C <directory>` option just like `git`Libravatar Johannes Schindelin1-0/+19
2019-04-12test-prio-queue: use xmallocLibravatar Jeff King1-1/+1
2019-03-20test-date: drop unused "now" parameter from parse_dates()Libravatar Jeff King1-2/+2
2019-03-18parse-options: make OPT_ARGUMENT() more usefulLibravatar Johannes Schindelin1-1/+1
2019-02-22trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.shLibravatar Jeff Hostetler3-0/+275
2019-02-22trace2: create new combined trace facilityLibravatar Jeff Hostetler2-0/+6
2019-02-19tests: teach the test-tool to generate NUL bytes and use itLibravatar Johannes Schindelin3-0/+23
2019-02-06Merge branch 'js/vsts-ci'Libravatar Junio C Hamano5-0/+158
2019-02-06Merge branch 'lt/date-human'Libravatar Junio C Hamano1-1/+12
2019-02-06Merge branch 'jk/unused-parameter-cleanup'Libravatar Junio C Hamano1-1/+1
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano3-2/+4
2019-02-06test-date: drop unused parameter to getnanos()Libravatar Jeff King1-2/+2
2019-02-05Merge branch 'cc/test-ref-store-typofix'Libravatar Junio C Hamano1-1/+1
2019-02-05Merge branch 'sb/more-repo-in-api'Libravatar Junio C Hamano1-0/+10