summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)Author
2017-10-07Merge branch 'rs/qsort-s'Junio C Hamano
2017-10-04test-stringlist: avoid buffer underrun when sorting nothingRené Scharfe
2017-10-03Merge branch 'bc/rev-parse-parseopt-fix'Junio C Hamano
2017-09-28Merge branch 'jk/fallthrough'Junio C Hamano
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano
2017-09-25Merge branch 'kw/write-index-reduce-alloc'Junio C Hamano
2017-09-25t0040,t1502: Demonstrate parse_options bugsBrandon Casey
2017-09-22test-line-buffer: simplify command parsingJeff King
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King
2017-09-10Merge branch 'rs/in-obsd-basename-dirname-take-const' into maintJunio C Hamano
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler
2017-09-06Add t/helper/test-write-cache to .gitignoreJonathan Tan
2017-08-27Merge branch 'kw/write-index-reduce-alloc'Junio C Hamano
2017-08-27Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-08-22Merge branch 'rs/in-obsd-basename-dirname-take-const'Junio C Hamano
2017-08-21perf: add test for writing the indexKevin Willford
2017-08-11Merge branch 'sb/hashmap-cleanup'Junio C Hamano
2017-08-11Merge branch 'bc/object-id'Junio C Hamano
2017-08-07test-path-utils: handle const parameter of basename and dirnameRené Scharfe
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-08-03submodule-config: remove support for overlaying repository configBrandon Williams
2017-08-02Merge branch 'bc/object-id' into bw/submodule-config-cleanupJunio C Hamano
2017-07-17submodule: convert submodule config lookup to use object_idbrian m. carlson
2017-07-13Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano
2017-07-10Merge branch 'ab/wildmatch'Junio C Hamano
2017-07-05t/helper/test-hashmap: use custom data instead of duplicate cmp functionsStefan Beller
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