summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* fetch: introduce machine-parseable "porcelain" output formatPatrick Steinhardt2023-05-101-19/+69
* fetch: move option related variables into main functionPatrick Steinhardt2023-05-101-97/+100
* fetch: lift up parsing of "fetch.output" config variablePatrick Steinhardt2023-05-101-18/+32
* fetch: introduce `display_format` enumPatrick Steinhardt2023-05-101-21/+46
* fetch: refactor calculation of the display table widthPatrick Steinhardt2023-05-101-41/+34
* fetch: print left-hand side when fetching HEAD:fooPatrick Steinhardt2023-05-101-18/+19
* fetch: fix `--no-recurse-submodules` with multi-remote fetchesPatrick Steinhardt2023-05-101-0/+2
* Merge branch 'pw/rebase-cleanup-merge-strategy-option-handling'Junio C Hamano2023-04-172-61/+13
|\
| * rebase -m: cleanup --strategy-option handlingPhillip Wood2023-04-101-20/+10
| * sequencer: use struct strvec to store merge strategy optionsPhillip Wood2023-04-101-17/+3
| * rebase: stop reading and writing unnecessary strategy statePhillip Wood2023-04-101-24/+0
* | Merge branch 'cm/branch-delete-error-message-update'Junio C Hamano2023-04-171-4/+21
|\ \
| * | branch: improve error log on branch not found by checking remotes refsClement Mabileau2023-04-061-4/+21
* | | Merge branch 'tk/mergetool-gui-default-config'Junio C Hamano2023-04-171-4/+12
|\ \ \
| * | | mergetool: new config guiDefault supports auto-toggling gui by DISPLAYTao Klerks2023-04-051-4/+12
| |/ /
* | | Merge branch 'sl/sparse-write-tree'Junio C Hamano2023-04-171-0/+3
|\ \ \
| * | | write-tree: integrate with sparse indexShuqi Liang2023-04-041-0/+3
* | | | 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