summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* commit.h: reduce unnecessary includesElijah Newren2023-04-245-0/+5
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-2426-0/+33
* pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren2023-04-245-0/+5
* copy.h: move declarations for copy.c functions from cache.hElijah Newren2023-04-245-0/+5
* server-info.h: move declarations for server-info.c functions from cache.hElijah Newren2023-04-243-0/+3
* symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren2023-04-242-0/+2
* treewide: remove double forward declaration of read_in_fullElijah Newren2023-04-111-0/+1
* pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-118-0/+8
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-1111-0/+11
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-1127-0/+27
* git-zlib: move declarations for git-zlib functions from cache.hElijah Newren2023-04-111-0/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-1145-0/+45
* treewide: be explicit about dependence on mem-pool.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-114-0/+4
* treewide: be explicit about dependence on pack-revindex.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on convert.hElijah Newren2023-04-112-0/+2
* treewide: be explicit about dependence on advice.hElijah Newren2023-04-1112-0/+12
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-119-0/+12
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-0456-299/+377
|\
| * libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason2023-03-282-2/+2
| * cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-283-6/+6
| * cocci: apply the "rerere.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-288-9/+19
| * cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-286-7/+7
| * cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-284-12/+20
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-2819-52/+79
| * cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-283-3/+3
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-2817-38/+46
| * cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-2810-16/+28
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-2841-152/+165
* | write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-2115-0/+15
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-2133-0/+33
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-2142-0/+42
* | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-2120-1/+20
* | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-2126-0/+26
* | environment: move comment_line_char from cache.hElijah Newren2023-03-214-0/+4
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-21108-0/+108
* | Merge branch 'ew/fetch-no-write-fetch-head-fix'Junio C Hamano2023-03-191-0/+2
|\ \
| * | fetch: pass --no-write-fetch-head to subprocessesEric Wong2023-03-091-0/+2
| |/
* | Merge branch 'jk/format-patch-change-format-for-empty-commits'Junio C Hamano2023-03-191-0/+1
|\ \
| * | format-patch: output header for empty commitsJohn Keeping2023-03-031-0/+1
| |/
* | Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano2023-03-195-9/+33
|\ \
| * | parse-options: consistently allocate memory in fix_filename()Jeff King2023-03-064-4/+10
| * | bundle: don't blindly apply prefix_filename() to "-"Junio C Hamano2023-03-061-1/+1
| * | bundle: let "-" mean stdin for reading operationsJeff King2023-03-061-4/+22
* | | Merge branch 'jk/bundle-progress'Junio C Hamano2023-03-191-7/+8
|\ \ \
| * | | bundle: turn on --all-progress-implied by defaultJeff King2023-03-061-7/+8
| |/ /
* | | Merge branch 'rj/bisect-already-used-branch'Junio C Hamano2023-03-191-1/+2
|\ \ \