summaryrefslogtreecommitdiff
path: root/t/helper
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * 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
* | 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 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano2023-03-191-1/+2
|\ \
| * | parse-options: consistently allocate memory in fix_filename()Jeff King2023-03-061-1/+2
* | | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-172-8/+8
|\ \ \
| * | | run_processes_parallel: mark unused callback parametersJeff King2023-02-241-7/+7
| * | | prio-queue: mark unused parameters in comparison functionsJeff King2023-02-241-1/+1
* | | | Merge branch 'en/header-cleanup'Junio C Hamano2023-03-1729-13/+24
|\ \ \ \ | |_|_|/ |/| | |
| * | | object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren2023-02-232-2/+2
| * | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-2318-0/+18
| * | | hash.h: move some oid-related declarations from cache.hElijah Newren2023-02-231-0/+1
| * | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+1
| * | | treewide: remove unnecessary cache.h includes in source filesElijah Newren2023-02-239-10/+2
| |/ /
* | | Merge branch 'tb/drop-dir-iterator-follow-symlink-bit'Junio C Hamano2023-02-271-4/+2
|\ \ \
| * | | dir-iterator: drop unused `DIR_ITERATOR_FOLLOW_SYMLINKS`Taylor Blau2023-02-161-4/+2
| |/ /
* | | Merge branch 'jc/genzeros-avoid-raw-write'Junio C Hamano2023-02-241-5/+6
|\ \ \
| * | | test-genzeros: avoid raw write(2)Junio C Hamano2023-02-161-5/+6
| | |/ | |/|
* | | Merge branch 'rs/ctype-test'Junio C Hamano2023-02-241-2/+28
|\ \ \ | |_|/ |/| |
| * | test-ctype: test iscntrl, ispunct, isxdigit and isprintRené Scharfe2023-02-131-0/+9
| * | test-ctype: test islower and isupperRené Scharfe2023-02-131-0/+2
| * | test-ctype: test isasciiRené Scharfe2023-02-131-2/+17
| |/
* | Merge branch 'ab/test-env-helper'Junio C Hamano2023-01-233-0/+102
|\ \
| * | env-helper: move this built-in to "test-tool env-helper"Ævar Arnfjörð Bjarmason2023-01-143-0/+102
| |/
* | Merge branch 'ds/bundle-uri-4'Junio C Hamano2023-01-161-7/+0
|\ \
| * | test-bundle-uri: drop unused variablesJeff King2023-01-061-7/+0
* | | Merge branch 'ds/bundle-uri-4'Junio C Hamano2023-01-021-0/+48
|\ \ \ | |/ /
| * | bundle-uri: allow relative URLs in bundle listsDerrick Stolee2022-12-251-0/+2
| * | bundle-uri client: add helper for testing serverÆvar Arnfjörð Bjarmason2022-12-251-0/+46