summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)AuthorFilesLines
2017-10-07Merge branch 'rs/qsort-s'Libravatar Junio C Hamano1-1/+1
2017-10-04test-stringlist: avoid buffer underrun when sorting nothingLibravatar René Scharfe1-1/+1
2017-10-03Merge branch 'bc/rev-parse-parseopt-fix'Libravatar Junio C Hamano1-0/+2
2017-09-28Merge branch 'jk/fallthrough'Libravatar Junio C Hamano1-21/+11
2017-09-25Merge branch 'jk/write-in-full-fix'Libravatar Junio C Hamano1-1/+1
2017-09-25Merge branch 'kw/write-index-reduce-alloc'Libravatar Junio C Hamano1-0/+1
2017-09-25t0040,t1502: Demonstrate parse_options bugsLibravatar Brandon Casey1-0/+2
2017-09-22test-line-buffer: simplify command parsingLibravatar Jeff King1-21/+11
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternLibravatar Jeff King1-1/+1
2017-09-10Merge branch 'rs/in-obsd-basename-dirname-take-const' into maintLibravatar Junio C Hamano1-2/+16
2017-09-07hashmap: add API to disable item counting when threadedLibravatar Jeff Hostetler1-1/+2
2017-09-07Add t/helper/test-write-cache to .gitignoreLibravatar Jonathan Tan1-0/+1
2017-08-26Merge branch 'kw/write-index-reduce-alloc'Libravatar Junio C Hamano1-0/+23
2017-08-26Merge branch 'bw/submodule-config-cleanup'Libravatar Junio C Hamano1-7/+0
2017-08-22Merge branch 'rs/in-obsd-basename-dirname-take-const'Libravatar Junio C Hamano1-2/+16
2017-08-21perf: add test for writing the indexLibravatar Kevin Willford1-0/+23
2017-08-11Merge branch 'sb/hashmap-cleanup'Libravatar Junio C Hamano1-18/+16
2017-08-11Merge branch 'bc/object-id'Libravatar Junio C Hamano1-5/+5
2017-08-07test-path-utils: handle const parameter of basename and dirnameLibravatar René Scharfe1-2/+16
2017-08-03submodule: remove gitmodules_configLibravatar Brandon Williams1-1/+0
2017-08-03submodule-config: remove support for overlaying repository configLibravatar Brandon Williams1-6/+0
2017-08-02Merge branch 'bc/object-id' into bw/submodule-config-cleanupLibravatar Junio C Hamano1-5/+5
2017-07-17submodule: convert submodule config lookup to use object_idLibravatar brian m. carlson1-5/+5
2017-07-13Merge branch 'sb/hashmap-customize-comparison'Libravatar Junio C Hamano1-7/+12
2017-07-10Merge branch 'ab/wildmatch'Libravatar Junio C Hamano1-3/+3
2017-07-05t/helper/test-hashmap: use custom data instead of duplicate cmp functionsLibravatar Stefan Beller1-18/+16
2017-06-30hashmap.h: compare function has access to a data fieldLibravatar Stefan Beller1-7/+12
2017-06-27Spelling fixesLibravatar Ville Skyttä1-1/+1
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano2-0/+2
2017-06-23wildmatch: remove unused wildopts parameterLibravatar Ævar Arnfjörð Bjarmason1-3/+3
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams2-0/+2
2017-05-23ref_store: take a `msg` parameter when deleting referencesLibravatar Michael Haggerty1-1/+2
2017-05-23Merge branch 'bc/object-id'Libravatar Junio C Hamano2-4/+4
2017-05-16Merge branch 'js/larger-timestamps'Libravatar Junio C Hamano3-10/+16
2017-05-16Merge branch 'nd/worktree-kill-parse-ref'Libravatar Junio C Hamano1-0/+18
2017-05-08tree: convert parse_tree_indirect to struct object_idLibravatar brian m. carlson1-2/+2
2017-05-02Convert struct cache_tree to use struct object_idLibravatar brian m. carlson1-2/+2
2017-04-27timestamp_t: a new data type for timestampsLibravatar Johannes Schindelin3-6/+6
2017-04-26Merge branch 'jh/add-index-entry-optim'Libravatar Junio C Hamano2-0/+23
2017-04-24worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()Libravatar Nguyễn Thái Ngọc Duy1-0/+18
2017-04-23PRItime: introduce a new "printf format" for timestampsLibravatar Johannes Schindelin3-3/+3
2017-04-23parse_timestamp(): specify explicitly where we parse timestampsLibravatar Johannes Schindelin1-1/+1
2017-04-20t0006 & t5000: skip "far in the future" test when time_t is too limitedLibravatar Johannes Schindelin1-1/+4
2017-04-20t0006 & t5000: prepare for 64-bit timestampsLibravatar Johannes Schindelin1-1/+4
2017-04-19Merge branch 'jh/memihash-opt'Libravatar Junio C Hamano2-0/+9
2017-04-19Merge branch 'jk/no-looking-at-dotgit-outside-repo'Libravatar Junio C Hamano1-0/+1
2017-04-19Merge branch 'nd/files-backend-git-dir'Libravatar Junio C Hamano2-0/+278
2017-04-19Merge branch 'bc/object-id'Libravatar Junio C Hamano1-10/+10
2017-04-16test-read-cache: setup git dirLibravatar René Scharfe1-0/+1
2017-04-15read-cache: add strcmp_offset functionLibravatar Jeff Hostetler2-0/+23