summaryrefslogtreecommitdiff
path: root/t/helper
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jh/memihash-opt'Junio C Hamano2018-01-051-1/+1
|\
| * t/helper/test-lazy-name-hash: fix compilationjh/memihash-optStefan Beller2017-12-221-1/+1
* | Merge branch 'sb/test-helper-excludes'Junio C Hamano2017-12-271-41/+5
|\ \
| * | t/helper: ignore everything but sourcessb/test-helper-excludesStefan Beller2017-12-121-38/+4
* | | decorate: clean up and document APIjt/decorate-apiJonathan Tan2017-12-082-0/+75
* | | Merge branch 'hm/config-parse-expiry-date'Junio C Hamano2017-12-061-0/+12
|\ \ \
| * | | config: add --expiry-datehm/config-parse-expiry-dateHaaris Mehmood2017-11-181-0/+12
* | | | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-213-0/+187
|\ \ \ \ | |/ / / |/| | |
| * | | fsmonitor: add a performance testBen Peart2017-10-012-0/+165
| * | | fsmonitor: add a test tool to dump the index extensionBen Peart2017-10-012-0/+22
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-061-14/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-161-3/+3
| * | | refs: convert peel_ref to struct object_idbrian m. carlson2017-10-161-3/+3
| * | | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-5/+5
| * | | refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson2017-10-161-3/+3
* | | | 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