summaryrefslogtreecommitdiffstats
path: root/t/helper (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/write-in-full-fix' into maintJunio C Hamano2017-10-231-1/+1
|\
| * avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-141-1/+1
* | Merge branch 'rs/qsort-s' into maintJunio C Hamano2017-10-181-1/+1
|\ \ | |/ |/|
| * test-stringlist: avoid buffer underrun when sorting nothingRené Scharfe2017-10-041-1/+1
* | Merge branch 'rs/in-obsd-basename-dirname-take-const' into maintJunio C Hamano2017-09-101-2/+16
|\ \
| * | test-path-utils: handle const parameter of basename and dirnameRené Scharfe2017-08-071-2/+16
* | | Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano2017-07-141-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 parameterÆvar Arnfjörð Bjarmason2017-06-241-3/+3
* | | | | Spelling fixesVille 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-243-3/+3
| * | | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-241-1/+1
| * | | t0006 & t5000: skip "far in the future" test when time_t is too limitedJohannes Schindelin2017-04-211-1/+4
| * | | t0006 & t5000: prepare for 64-bit timestampsJohannes Schindelin2017-04-211-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-251-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
* | | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-04-202-0/+9
|\ \ \ \
| * | | | test-online-cpus: helper to return cpu countJeff Hostetler2017-04-132-0/+9
* | | | | Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano2017-04-201-0/+1
|\ \ \ \ \
| * | | | | test-read-cache: setup git dirRené Scharfe2017-04-171-0/+1
* | | | | | Merge branch 'nd/files-backend-git-dir'Junio C Hamano2017-04-202-0/+278
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | t/helper: add test-ref-store to test ref-store functionsNguyễn Thái Ngọc Duy2017-04-142-0/+278
* | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-04-201-10/+10
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Rename sha1_array to oid_arraybrian m. carlson2017-03-311-5/+5
| * | | | | Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson2017-03-311-3/+3
| * | | | | Convert sha1_array_lookup to take struct object_idbrian m. carlson2017-03-311-1/+1
| * | | | | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-311-1/+1
| * | | | | test-sha1-array: convert most code to struct object_idbrian m. carlson2017-03-281-5/+5
| |/ / / /
* | | | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-03-282-0/+265
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | name-hash: add test-lazy-init-name-hash to .gitignoreRamsay Jones2017-03-241-0/+1
| * | | name-hash: add test-lazy-init-name-hashJeff Hostetler2017-03-241-0/+264
| |/ /
* | | t1309: test read_early_config()Johannes Schindelin2017-03-141-0/+15
* | | Merge branch 'rs/qsort-s'Junio C Hamano2017-01-311-0/+25
|\ \ \ | | |/ | |/|
| * | perf: add basic sort performance testRené Scharfe2017-01-231-0/+25
| |/
* / hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-071-1/+1
|/
* test-*-cache-tree: setup git dirJeff King2016-10-262-0/+2
* Merge branch 'rs/qsort'Junio C Hamano2016-10-101-4/+2
|\
| * use QSORTRené Scharfe2016-09-301-4/+2
* | sha1_array: let callbacks interrupt iterationJeff King2016-09-261-1/+2
|/