summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/clone-object-format-from-void'Junio C Hamano2023-04-111-5/+6
|\
| * clone: propagate object-format when cloning from voidJunio C Hamano2023-04-051-5/+6
* | Merge branch 'ws/sparse-check-rules'Junio C Hamano2023-04-111-20/+117
|\ \
| * | builtin/sparse-checkout: add check-rules commandWilliam Sprent2023-03-271-20/+111
| * | builtin/sparse-checkout: remove NEED_WORK_TREE flagWilliam Sprent2023-03-271-0/+6
* | | Merge branch 'ds/fetch-bundle-uri-with-all'Junio C Hamano2023-04-061-1/+6
|\ \ \
| * | | fetch: download bundles once, even with --allDerrick Stolee2023-03-311-1/+6
* | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-06113-1/+248
|\ \ \ \
| * | | | 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 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-0656-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
* | | | | | Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-065-27/+18
|\ \ \ \ \ \
| * | | | | | for-each-repo: with bad config, don't conflate <path> and <cmd>Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | | | | | config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason2023-03-282-5/+5
| * | | | | | for-each-repo: error on bad --configÆvar Arnfjörð Bjarmason2023-03-281-5/+6
| * | | | | | config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason2023-03-283-13/+8
| * | | | | | config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason2023-03-283-10/+5
* | | | | | | Merge branch 'ps/fetch-ref-update-reporting'Junio C Hamano2023-04-061-129/+138
|\ \ \ \ \ \ \
| * | | | | | | fetch: centralize printing of reference updatesPatrick Steinhardt2023-03-201-53/+55
| * | | | | | | fetch: centralize logic to print remote URLPatrick Steinhardt2023-03-201-55/+44
| * | | | | | | fetch: centralize handling of per-reference formatPatrick Steinhardt2023-03-201-3/+4
| * | | | | | | fetch: pass the full local reference name to `format_display`Patrick Steinhardt2023-03-201-12/+11
| * | | | | | | fetch: move output format into `display_state`Patrick Steinhardt2023-03-201-7/+6
| * | | | | | | fetch: move reference width calculation into `display_state`Patrick Steinhardt2023-03-201-46/+65
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jk/unused-post-2.40-part2'Junio C Hamano2023-04-0622-23/+42
|\ \ \ \ \ \ \
| * | | | | | | mark "argv" as unused when we check argcJeff King2023-03-282-4/+4
| * | | | | | | builtins: mark unused prefix parametersJeff King2023-03-2812-12/+12
| * | | | | | | builtins: annotate always-empty prefix parametersJeff King2023-03-286-0/+12
| * | | | | | | builtins: always pass prefix to parse_options()Jeff King2023-03-282-5/+6
| * | | | | | | fast-import: fix file access when run from subdirJeff King2023-03-281-2/+8
* | | | | | | | Merge branch 'ds/ahead-behind'Junio C Hamano2023-04-063-1/+27
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | for-each-ref: add ahead-behind format atomDerrick Stolee2023-03-203-0/+5