summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorLines
2023-05-15Merge branch 'ps/fetch-output-format'Junio C Hamano-197/+285
2023-05-10fetch: introduce machine-parseable "porcelain" output formatPatrick Steinhardt-19/+69
2023-05-10fetch: move option related variables into main functionPatrick Steinhardt-97/+100
2023-05-10fetch: lift up parsing of "fetch.output" config variablePatrick Steinhardt-18/+32
2023-05-10fetch: introduce `display_format` enumPatrick Steinhardt-21/+46
2023-05-10fetch: refactor calculation of the display table widthPatrick Steinhardt-41/+34
2023-05-10fetch: print left-hand side when fetching HEAD:fooPatrick Steinhardt-18/+19
2023-05-10fetch: fix `--no-recurse-submodules` with multi-remote fetchesPatrick Steinhardt-0/+2
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano-0/+1
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano-0/+6
2023-04-24pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren-0/+1
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren-0/+2
2023-04-06Merge branch 'ds/fetch-bundle-uri-with-all'Junio C Hamano-1/+6
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano-0/+2
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano-10/+11
2023-04-06Merge branch 'ps/fetch-ref-update-reporting'Junio C Hamano-129/+138
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-10/+11
2023-03-31fetch: download bundles once, even with --allDerrick Stolee-1/+6
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-2/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-6/+6
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-1/+2
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-1/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-03-20fetch: centralize printing of reference updatesPatrick Steinhardt-53/+55
2023-03-20fetch: centralize logic to print remote URLPatrick Steinhardt-55/+44
2023-03-20fetch: centralize handling of per-reference formatPatrick Steinhardt-3/+4
2023-03-20fetch: pass the full local reference name to `format_display`Patrick Steinhardt-12/+11
2023-03-20fetch: move output format into `display_state`Patrick Steinhardt-7/+6
2023-03-20fetch: move reference width calculation into `display_state`Patrick Steinhardt-46/+65
2023-03-19Merge branch 'ew/fetch-no-write-fetch-head-fix'Junio C Hamano-0/+2
2023-03-17Merge branch 'ew/fetch-hiderefs'Junio C Hamano-0/+2
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano-2/+4
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano-0/+1
2023-03-09fetch: pass --no-write-fetch-head to subprocessesEric Wong-0/+2
2023-02-27fetch: support hideRefs to speed up connectivity checksEric Wong-0/+2
2023-02-24run_processes_parallel: mark unused callback parametersJeff King-2/+4
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-21fetch: choose a sensible default with --jobs=0 againMatthias Aßhauer-0/+3
2023-02-15Merge branch 'ds/bundle-uri-5'Junio C Hamano-0/+6
2023-01-31fetch: fetch from an external bundle URIDerrick Stolee-0/+6
2023-01-19fetch: fix duplicate remote parallel fetch bugCalvin Wan-0/+1
2022-11-08Merge branch 'rs/no-more-run-command-v'Taylor Blau-3/+6
2022-10-30replace and remove run_command_v_opt()René Scharfe-3/+6
2022-10-12run-command API: move *_tr2() users to "run_processes_parallel()"Ævar Arnfjörð Bjarmason-6/+12
2022-10-12run-command API: don't fall back on online_cpus()Ævar Arnfjörð Bjarmason-0/+2