aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-13Merge branch 'jk/unused-post-2.42-part2'Junio C Hamano1-2/+2
2023-09-05parse-options: prefer opt->value to globals in callbacksJeff King1-2/+2
2023-08-29fetch: mark unused parameter in ref_transaction callbackJeff King1-1/+1
2023-07-27Merge branch 'jc/transport-parseopt-fix'Junio C Hamano1-4/+1
2023-07-18parse-options: introduce OPT_IPVERSION()Junio C Hamano1-4/+1
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-5/+8
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-2/+2
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-3/+6
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-05-17fetch: use `fetch_config` to store "submodule.fetchJobs" valuePatrick Steinhardt1-5/+6
2023-05-17fetch: use `fetch_config` to store "fetch.parallel" valuePatrick Steinhardt1-7/+8
2023-05-17fetch: use `fetch_config` to store "fetch.recurseSubmodules" valuePatrick Steinhardt1-15/+16
2023-05-17fetch: use `fetch_config` to store "fetch.showForcedUpdates" valuePatrick Steinhardt1-14/+21
2023-05-17fetch: use `fetch_config` to store "fetch.pruneTags" valuePatrick Steinhardt1-4/+5
2023-05-17fetch: use `fetch_config` to store "fetch.prune" valuePatrick Steinhardt1-4/+5
2023-05-17fetch: pass through `fetch_config` directlyPatrick Steinhardt1-15/+16
2023-05-17fetch: drop unneeded NULL-check for `remote_ref`Patrick Steinhardt1-3/+2
2023-05-17fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum valuePatrick Steinhardt1-1/+0
2023-05-15Merge branch 'ps/fetch-output-format'Junio C Hamano1-197/+285
2023-05-10fetch: introduce machine-parseable "porcelain" output formatPatrick Steinhardt1-19/+69
2023-05-10fetch: move option related variables into main functionPatrick Steinhardt1-97/+100
2023-05-10fetch: lift up parsing of "fetch.output" config variablePatrick Steinhardt1-18/+32
2023-05-10fetch: introduce `display_format` enumPatrick Steinhardt1-21/+46
2023-05-10fetch: refactor calculation of the display table widthPatrick Steinhardt1-41/+34
2023-05-10fetch: print left-hand side when fetching HEAD:fooPatrick Steinhardt1-18/+19
2023-05-10fetch: fix `--no-recurse-submodules` with multi-remote fetchesPatrick Steinhardt1-0/+2
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-0/+1
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+6
2023-04-24pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren1-0/+1
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+2
2023-04-06Merge branch 'ds/fetch-bundle-uri-with-all'Junio C Hamano1-1/+6
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+2
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-10/+11
2023-04-06Merge branch 'ps/fetch-ref-update-reporting'Junio C Hamano1-129/+138
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-10/+11
2023-03-31fetch: download bundles once, even with --allDerrick Stolee1-1/+6
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-6/+6
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-20fetch: centralize printing of reference updatesPatrick Steinhardt1-53/+55
2023-03-20fetch: centralize logic to print remote URLPatrick Steinhardt1-55/+44