summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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
|\ \
| * | run_processes_parallel: mark unused callback parametersJeff King2023-02-241-2/+4
* | | Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-0/+1
|\ \ \ | |_|/ |/| |
| * | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
| |/
* | fetch: choose a sensible default with --jobs=0 againMatthias Aßhauer2023-02-211-0/+3
|/
* Merge branch 'ds/bundle-uri-5'Junio C Hamano2023-02-151-0/+6
|\
| * fetch: fetch from an external bundle URIDerrick Stolee2023-01-311-0/+6
* | fetch: fix duplicate remote parallel fetch bugCalvin Wan2023-01-191-0/+1
|/
* Merge branch 'rs/no-more-run-command-v'Taylor Blau2022-11-081-3/+6
|\
| * replace and remove run_command_v_opt()René Scharfe2022-10-301-3/+6
* | run-command API: move *_tr2() users to "run_processes_parallel()"Ævar Arnfjörð Bjarmason2022-10-121-6/+12
* | run-command API: don't fall back on online_cpus()Ævar Arnfjörð Bjarmason2022-10-121-0/+2