summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)Author
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-05drop trailing newline from warning/error/die messagesJeff King
2024-09-03Merge branch 'js/fetch-push-trace2-annotation'Junio C Hamano
2024-08-22fetch: add top-level trace2 regionsJosh Steadmon
2024-08-22builtin/fetch: fix leaking transaction with `--atomic`Patrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-07refspec: remove global tag refspec structurePatrick Steinhardt
2024-06-07update-ref: add support for 'symref-delete' commandKarthik Nayak
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano
2024-05-23Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symrefJunio C Hamano
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano
2024-05-17refs: pass ref store when detecting dangling symrefsPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak
2024-04-15Merge branch 'ds/fetch-config-parse-microfix'Junio C Hamano
2024-04-05fetch: return when parsing submodule.recurseDerrick Stolee
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin
2024-02-26fetch: convert strncmp() with strlen() to starts_with()René Scharfe
2024-01-19Merge branch 'tb/fetch-all-configuration'Junio C Hamano
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-08fetch: add new config option fetch.allTamino Bauknecht
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-18fetch: no redundant error message for atomic fetchJiang Xin
2023-09-13Merge branch 'jk/unused-post-2.42-part2'Junio C Hamano
2023-09-05parse-options: prefer opt->value to globals in callbacksJeff King
2023-08-29fetch: mark unused parameter in ref_transaction callbackJeff King
2023-07-27Merge branch 'jc/transport-parseopt-fix'Junio C Hamano
2023-07-18parse-options: introduce OPT_IPVERSION()Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-05-17fetch: use `fetch_config` to store "submodule.fetchJobs" valuePatrick Steinhardt
2023-05-17fetch: use `fetch_config` to store "fetch.parallel" valuePatrick Steinhardt
2023-05-17fetch: use `fetch_config` to store "fetch.recurseSubmodules" valuePatrick Steinhardt
2023-05-17fetch: use `fetch_config` to store "fetch.showForcedUpdates" valuePatrick Steinhardt
2023-05-17fetch: use `fetch_config` to store "fetch.pruneTags" valuePatrick Steinhardt
2023-05-17fetch: use `fetch_config` to store "fetch.prune" valuePatrick Steinhardt
2023-05-17fetch: pass through `fetch_config` directlyPatrick Steinhardt
2023-05-17fetch: drop unneeded NULL-check for `remote_ref`Patrick Steinhardt
2023-05-17fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum valuePatrick Steinhardt
2023-05-15Merge branch 'ps/fetch-output-format'Junio C Hamano
2023-05-10fetch: introduce machine-parseable "porcelain" output formatPatrick Steinhardt