summaryrefslogtreecommitdiff
path: root/t/helper
Commit message (Expand)AuthorAgeFilesLines
* test-hashmap: use strbuf_getline rather than fgetsJeff King2018-02-141-3/+5
* test-hashmap: use xsnprintf rather than snprintfJeff King2018-02-141-1/+1
* test-hashmap: check allocation computation for overflowJeff King2018-02-141-2/+1
* test-hashmap: use ALLOC_ARRAY rather than bare mallocJeff King2018-02-141-2/+2
* test-ref-store: avoid passing NULL to printfJeff King2017-10-211-1/+1
* Merge branch 'rs/qsort-s'Junio C Hamano2017-10-071-1/+1
|\
| * test-stringlist: avoid buffer underrun when sorting nothingrs/qsort-sRené Scharfe2017-10-041-1/+1
* | Merge branch 'bc/rev-parse-parseopt-fix'Junio C Hamano2017-10-031-0/+2
|\ \
| * | t0040,t1502: Demonstrate parse_options bugsBrandon Casey2017-09-251-0/+2
* | | Merge branch 'jk/fallthrough'Junio C Hamano2017-09-281-21/+11
|\ \ \
| * | | test-line-buffer: simplify command parsingJeff King2017-09-221-21/+11
* | | | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-251-1/+1
|\ \ \ \
| * | | | avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-141-1/+1
| | |/ / | |/| |
| * | | Merge branch 'rs/in-obsd-basename-dirname-take-const' into maintJunio C Hamano2017-09-101-2/+16
| |\ \ \
* | \ \ \ Merge branch 'kw/write-index-reduce-alloc'Junio C Hamano2017-09-251-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add t/helper/test-write-cache to .gitignoreJonathan Tan2017-09-071-0/+1
* | | | | hashmap: add API to disable item counting when threadedjh/hashmap-disable-countingJeff Hostetler2017-09-071-1/+2
* | | | | Merge branch 'kw/write-index-reduce-alloc'Junio C Hamano2017-08-261-0/+23
|\ \ \ \ \ | |/ / / /
| * | | | perf: add test for writing the indexKevin Willford2017-08-211-0/+23
* | | | | Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-08-261-7/+0
|\ \ \ \ \
| * | | | | submodule: remove gitmodules_configBrandon Williams2017-08-031-1/+0
| * | | | | submodule-config: remove support for overlaying repository configBrandon Williams2017-08-031-6/+0
| * | | | | Merge branch 'bc/object-id' into bw/submodule-config-cleanupJunio C Hamano2017-08-021-5/+5
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge branch 'rs/in-obsd-basename-dirname-take-const'Junio C Hamano2017-08-221-2/+16
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | test-path-utils: handle const parameter of basename and dirnamers/in-obsd-basename-dirname-take-constRené Scharfe2017-08-071-2/+16
* | | | | Merge branch 'sb/hashmap-cleanup'Junio C Hamano2017-08-111-18/+16
|\ \ \ \ \
| * | | | | t/helper/test-hashmap: use custom data instead of duplicate cmp functionssb/hashmap-cleanupStefan Beller2017-07-051-18/+16
* | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-08-111-5/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | submodule: convert submodule config lookup to use object_idbrian m. carlson2017-07-171-5/+5
* | | | | Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano2017-07-131-7/+12
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-7/+12
* | | | Merge branch 'ab/wildmatch'Junio C Hamano2017-07-101-3/+3
|\ \ \ \
| * | | | wildmatch: remove unused wildopts parameterab/wildmatchÆvar Arnfjörð Bjarmason2017-06-231-3/+3
* | | | | Spelling fixesvs/typofixesVille Skyttä2017-06-271-1/+1
| |/ / / |/| | |
* | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-242-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | config: don't include config.h by defaultBrandon Williams2017-06-152-0/+2
| |/ /
* | | ref_store: take a `msg` parameter when deleting referencesMichael Haggerty2017-05-231-1/+2
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-232-4/+4
|\ \ \
| * | | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-081-2/+2
| * | | Convert struct cache_tree to use struct object_idbrian m. carlson2017-05-021-2/+2
| |/ /
* | | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-163-10/+16
|\ \ \
| * | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-273-6/+6
| * | | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-233-3/+3
| * | | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-231-1/+1
| * | | t0006 & t5000: skip "far in the future" test when time_t is too limitedJohannes Schindelin2017-04-201-1/+4
| * | | t0006 & t5000: prepare for 64-bit timestampsJohannes Schindelin2017-04-201-1/+4
* | | | Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano2017-05-161-0/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()Nguyễn Thái Ngọc Duy2017-04-241-0/+18
* | | | Merge branch 'jh/add-index-entry-optim'Junio C Hamano2017-04-262-0/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | read-cache: add strcmp_offset functionJeff Hostetler2017-04-152-0/+23