summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* cache.h: remove this no-longer-used headerElijah Newren2023-06-211-2/+1
* fetch: use `fetch_config` to store "submodule.fetchJobs" valuePatrick Steinhardt2023-05-171-5/+6
* fetch: use `fetch_config` to store "fetch.parallel" valuePatrick Steinhardt2023-05-171-7/+8
* fetch: use `fetch_config` to store "fetch.recurseSubmodules" valuePatrick Steinhardt2023-05-171-15/+16
* fetch: use `fetch_config` to store "fetch.showForcedUpdates" valuePatrick Steinhardt2023-05-171-14/+21
* fetch: use `fetch_config` to store "fetch.pruneTags" valuePatrick Steinhardt2023-05-171-4/+5
* fetch: use `fetch_config` to store "fetch.prune" valuePatrick Steinhardt2023-05-171-4/+5
* fetch: pass through `fetch_config` directlyPatrick Steinhardt2023-05-171-15/+16
* fetch: drop unneeded NULL-check for `remote_ref`Patrick Steinhardt2023-05-171-3/+2
* fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum valuePatrick Steinhardt2023-05-171-1/+0
* Merge branch 'ps/fetch-output-format'Junio C Hamano2023-05-151-197/+285
|\
| * 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 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-0/+1
|\ \
| * | pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren2023-04-241-0/+1
* | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+6
|\| | | |/ |/|
| * pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+1
| * object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+2
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-10/+11
| |\
* | \ 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-061-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| |/ /
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-10/+11
|\ \ \ | | |/ | |/|
| * | cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-6/+6
| * | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | | 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 '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 'ew/fetch-hiderefs'Junio C Hamano2023-03-171-0/+2
|\ \
| * | fetch: support hideRefs to speed up connectivity checksEric Wong2023-02-271-0/+2
| |/
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-2/+4
|\ \