summaryrefslogtreecommitdiff
path: root/t/helper
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | treewide: remove cache.h inclusion due to environment.h changesElijah Newren2023-03-211-1/+1
| * | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-214-0/+4
| * | | treewide: remove unnecessary includes of cache.hElijah Newren2023-03-212-2/+1
| * | | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-213-0/+3
| * | | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * | | treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren2023-03-211-1/+0
| * | | treewide: remove unnecessary inclusion of gettext.hElijah Newren2023-03-213-3/+0
| * | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-214-0/+4
| * | | treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-214-2/+4
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-066-19/+27
|\ \ \ \ | | |_|/ | |/| |
| * | | cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+5
| * | | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+7
| * | | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-285-11/+13
| | |/ | |/|
* | | Merge branch 'gc/config-parsing-cleanup'Junio C Hamano2023-04-061-0/+17
|\ \ \
| * | | config: report cached filenames in die_bad_number()Glen Choo2023-03-281-0/+17
| |/ /
* | | Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-061-4/+24
|\ \ \
| * | | config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason2023-03-281-4/+2
| * | | config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason2023-03-281-0/+22
* | | | t/helper: mark unused argv/argc argumentsJeff King2023-03-2827-32/+33
| |_|/ |/| |
* | | Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano2023-03-191-1/+2
|\ \ \