summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)Author
2017-07-13Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano
2017-07-10Merge branch 'ab/wildmatch'Junio C Hamano
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-06-27Spelling fixesVille Skyttä
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-23ref_store: take a `msg` parameter when deleting referencesMichael Haggerty
2017-05-23Merge branch 'bc/object-id'Junio C Hamano
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano
2017-05-16Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano
2017-05-08tree: convert parse_tree_indirect to struct object_idbrian m. carlson
2017-05-02Convert struct cache_tree to use struct object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-26Merge branch 'jh/add-index-entry-optim'Junio C Hamano
2017-04-25worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()Nguyễn Thái Ngọc Duy
2017-04-24PRItime: introduce a new "printf format" for timestampsJohannes Schindelin
2017-04-24parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin
2017-04-21t0006 & t5000: skip "far in the future" test when time_t is too limitedJohannes Schindelin
2017-04-21t0006 & t5000: prepare for 64-bit timestampsJohannes Schindelin
2017-04-20Merge branch 'jh/memihash-opt'Junio C Hamano
2017-04-20Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano
2017-04-20Merge branch 'nd/files-backend-git-dir'Junio C Hamano
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-04-17test-read-cache: setup git dirRené Scharfe
2017-04-15read-cache: add strcmp_offset functionJeff Hostetler
2017-04-14t/helper: add test-ref-store to test ref-store functionsNguyễn Thái Ngọc Duy
2017-04-13test-online-cpus: helper to return cpu countJeff Hostetler
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-31Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson
2017-03-31Convert sha1_array_lookup to take struct object_idbrian m. carlson
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson
2017-03-28Merge branch 'jh/memihash-opt'Junio C Hamano
2017-03-28test-sha1-array: convert most code to struct object_idbrian m. carlson
2017-03-24name-hash: add test-lazy-init-name-hash to .gitignoreRamsay Jones
2017-03-24name-hash: add test-lazy-init-name-hashJeff Hostetler
2017-03-14t1309: test read_early_config()Johannes Schindelin
2017-01-31Merge branch 'rs/qsort-s'Junio C Hamano
2017-01-23perf: add basic sort performance testRené Scharfe
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-10-26test-*-cache-tree: setup git dirJeff King
2016-10-10Merge branch 'rs/qsort'Junio C Hamano
2016-09-29use QSORTRené Scharfe
2016-09-26sha1_array: let callbacks interrupt iterationJeff King
2016-09-21Merge branch 'jk/setup-sequence-update'Junio C Hamano
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-08-08Merge branch 'rs/use-strbuf-addstr'Junio C Hamano
2016-08-03Merge branch 'rs/submodule-config-code-cleanup'Junio C Hamano
2016-08-01use strbuf_addstr() for adding constant strings to a strbufRené Scharfe
2016-07-28Merge branch 'nd/icase' into maintJunio C Hamano