summaryrefslogtreecommitdiff
path: root/t/helper
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cc/git-replay' into seenJunio C Hamano2023-05-173-243/+0
|\
| * replay: introduce new builtinElijah Newren2023-05-093-235/+0
| * t6429: remove switching aspects of fast-rebaseElijah Newren2023-05-091-8/+1
* | Merge branch 'jc/pack-ref-exclude-include' into seenJunio C Hamano2023-05-171-1/+10
|\ \
| * | pack-refs: teach pack-refs --include optionJohn Cai2023-05-121-1/+9
| * | pack-refs: teach --exclude option to exclude refs from being packedJohn Cai2023-05-121-1/+2
| |/
* | Merge branch 'cw/submodule-status-in-parallel' into seenJunio C Hamano2023-05-171-0/+20
|\ \
| * | run-command: add on_stderr_output_fn to run_processes_parallel_optsCalvin Wan2023-03-021-0/+20
* | | Merge branch 'tb/refs-exclusion-and-packed-refs' into seenJunio C Hamano2023-05-172-1/+11
|\ \ \
| * | | refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau2023-05-151-0/+10
| * | | ref-filter.h: provide `REF_FILTER_INIT`Jeff King2023-05-151-1/+1
* | | | Merge branch 'en/header-split-cache-h-part-3' into jchJunio C Hamano2023-05-1725-23/+30
|\ \ \ \ | |/ / / |/| | |
| * | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-05-166-6/+7
| * | | git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren2023-05-161-0/+1
| * | | diff.h: remove unnecessary include of oidset.hElijah Newren2023-05-162-0/+2
| * | | repository: remove unnecessary include of path.hElijah Newren2023-05-161-0/+1
| * | | cache.h: remove this no-longer-used headerElijah Newren2023-05-1617-17/+0
| * | | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-05-1617-0/+17
| * | | repository.h: move declaration of the_index from cache.hElijah Newren2023-05-161-0/+1
| * | | name-hash.h: move declarations for name-hash.c from cache.hElijah Newren2023-05-161-0/+1
| * | | Merge branch 'en/header-split-cache-h-part-2' into en/header-split-cache-h-pa...Junio C Hamano2023-05-0825-7/+28
| |\ \ \ | | |_|/ | |/| |
* | | | Merge branch 'rs/test-ctype-eof'Junio C Hamano2023-05-101-0/+2
|\ \ \ \
| * | | | test-ctype: check EOFRené Scharfe2023-05-021-0/+2
* | | | | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-0925-7/+28
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | reftable: ensure git-compat-util.h is the first (indirect) includeElijah Newren2023-04-241-0/+1
| * | | treewide: remove cache.h inclusion due to previous changesElijah Newren2023-04-247-7/+0
| * | | hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-2418-0/+20
| * | | match-trees.h: move declarations for match-trees.c functions from cache.hElijah Newren2023-04-241-0/+1
| * | | packfile.h: move pack_window and pack_entry from cache.hElijah Newren2023-04-241-0/+1
| * | | treewide: be explicit about dependence on strbuf.hElijah Newren2023-04-245-0/+5
* | | | Merge branch 'tb/ban-strtok'Junio C Hamano2023-05-024-43/+79
|\ \ \ \
| * | | | t/helper/test-json-writer.c: avoid using `strtok()`Taylor Blau2023-04-241-28/+48
| * | | | t/helper/test-oidmap.c: avoid using `strtok()`Taylor Blau2023-04-241-6/+14
| * | | | t/helper/test-hashmap.c: avoid using `strtok()`Taylor Blau2023-04-241-7/+15
| * | | | string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau2023-04-241-2/+2
* | | | | Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano2023-04-251-1/+1
|\ \ \ \ \
| * | | | | t/helper: allow chmtime to print verbosely without modifying mtimePatrick Steinhardt2023-04-141-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-259-4/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-113-3/+0
| * | | | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-115-0/+5
| * | | | treewide: remove unnecessary cache.h inclusionElijah Newren2023-04-111-1/+0
| * | | | treewide: be explicit about dependence on mem-pool.hElijah Newren2023-04-111-0/+1
| * | | | treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-113-0/+3
| * | | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-046-19/+27
| |\ \ \ \
* | \ \ \ \ Merge branch 'rs/remove-approxidate-relative'Junio C Hamano2023-04-201-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | date: remove approxidate_relative()René Scharfe2023-04-101-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-0643-28/+57
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-1/+2
| * | | | treewide: remove cache.h inclusion due to setup.h changesElijah Newren2023-03-2115-18/+3
| * | | | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-2135-1/+35