summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tree-diff.c: move S_DIFFTREE_IFXMIN_NEQ define from cache.hElijah Newren2023-04-242-15/+13
* dir.h: move DTYPE defines from cache.hElijah Newren2023-04-242-14/+15
* versioncmp.h: move declarations for versioncmp.c functions from cache.hElijah Newren2023-04-244-3/+9
* ws.h: move declarations for ws.c functions from cache.hElijah Newren2023-04-247-28/+40
* match-trees.h: move declarations for match-trees.c functions from cache.hElijah Newren2023-04-246-4/+14
* pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren2023-04-247-3/+7
* base85.h: move declarations for base85.c functions from cache.hElijah Newren2023-04-245-5/+11
* copy.h: move declarations for copy.c functions from cache.hElijah Newren2023-04-2414-6/+22
* server-info.h: move declarations for server-info.c functions from cache.hElijah Newren2023-04-246-4/+12
* packfile.h: move pack_window and pack_entry from cache.hElijah Newren2023-04-243-16/+15
* symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren2023-04-2417-23/+44
* treewide: be explicit about dependence on strbuf.hElijah Newren2023-04-2413-0/+13
* protocol.h: move definition of DEFAULT_GIT_PORT from cache.hElijah Newren2023-04-183-21/+22
* mailmap, quote: move declarations of global vars to correct unitElijah Newren2023-04-114-5/+6
* treewide: reduce includes of cache.h in other headersElijah Newren2023-04-118-8/+15
* treewide: remove double forward declaration of read_in_fullElijah Newren2023-04-1112-6/+11
* cache.h: remove unnecessary includesElijah Newren2023-04-111-4/+0
* treewide: remove cache.h inclusion due to pager.h changesElijah Newren2023-04-115-5/+5
* pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-1123-14/+39
* treewide: remove cache.h inclusion due to editor.h changesElijah Newren2023-04-111-1/+1
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-1121-55/+80
* treewide: remove cache.h inclusion due to object.h changesElijah Newren2023-04-1117-17/+16
* object.h: move some inline functions and defines from cache.hElijah Newren2023-04-112-42/+44
* treewide: remove cache.h inclusion due to object-file.h changesElijah Newren2023-04-1112-12/+11
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-1157-123/+184
* treewide: remove cache.h inclusion due to git-zlib changesElijah Newren2023-04-111-1/+1
* git-zlib: move declarations for git-zlib functions from cache.hElijah Newren2023-04-119-26/+39
* treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-1113-13/+10
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-1191-110/+210
* treewide: remove unnecessary cache.h inclusionElijah Newren2023-04-1110-10/+8
* treewide: be explicit about dependence on mem-pool.hElijah Newren2023-04-116-1/+5
* treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-1111-1/+10
* treewide: be explicit about dependence on pack-revindex.hElijah Newren2023-04-114-1/+3
* treewide: be explicit about dependence on convert.hElijah Newren2023-04-1115-1/+14
* treewide: be explicit about dependence on advice.hElijah Newren2023-04-1125-1/+24
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-1162-2/+70
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-04148-873/+958
|\
| * libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-2817-82/+76
| * post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason2023-03-2811-18/+18
| * cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-288-25/+12
| * cocci: apply the "rerere.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-284-8/+5
| * cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-2817-27/+37
| * cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-2818-46/+32
| * cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-285-7/+6
| * cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-2816-35/+54
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-2860-142/+184
| * cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-288-12/+9
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-2844-174/+196
| * cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-2826-60/+72
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-2879-310/+332