summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-27Merge branch 'ps/refspec-wo-the-repository'Junio C Hamano1-3/+6
2026-07-19Merge branch 'ty/migrate-ignorecase'Junio C Hamano1-1/+1
2026-07-16refspec: stop depending on `the_repository`Patrick Steinhardt1-2/+4
2026-07-16refspec: let callers pass in hash algorithm when parsing itemsPatrick Steinhardt1-1/+2
2026-07-06Merge branch 'mh/fetch-follow-remote-head-config'Junio C Hamano1-12/+50
2026-06-19config: use repo_ignore_case() to access core.ignorecaseTian Yuchen1-1/+1
2026-06-19fetch: fixup a misaligned commentMatt Hunter1-1/+1
2026-06-19fetch: add configuration variable fetch.followRemoteHEADMatt Hunter1-5/+36
2026-06-19fetch: refactor do_fetch handling of followRemoteHEADMatt Hunter1-4/+10
2026-06-19fetch: return 0 on known git_fetch_configMatt Hunter1-0/+1
2026-06-19fetch: rename function report_set_headMatt Hunter1-2/+2
2026-06-19fetch: fixup set_head advice for warn-if-not-branchMatt Hunter1-1/+1
2026-06-11environment: stop using `the_repository` in `is_bare_repository()`Patrick Steinhardt1-1/+1
2026-06-09Merge branch 'ua/push-remote-group'Junio C Hamano1-42/+0
2026-05-27Merge branch 'ds/fetch-negotiation-options'Junio C Hamano1-18/+69
2026-05-20remote: add remote.*.negotiationInclude configDerrick Stolee1-0/+12
2026-05-20fetch: add --negotiation-include option for negotiationDerrick Stolee1-8/+30
2026-05-20remote: add remote.*.negotiationRestrict configDerrick Stolee1-7/+21
2026-05-20transport: rename negotiation_tipsDerrick Stolee1-9/+9
2026-05-20fetch: add --negotiation-restrict optionDerrick Stolee1-5/+8
2026-05-04remote: move remote group resolution to remote.cUsman Akinyemi1-42/+0
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt1-2/+2
2026-03-12run-command: wean auto_maintenance() functions off the_repositoryBurak Kaan Karaçay1-1/+1
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano1-2/+5
2026-03-04Merge branch 'cx/fetch-display-ubfix'Junio C Hamano1-1/+1
2026-02-25fetch: fix wrong evaluation order in URL trailing-slash trimmingcuiweixie1-1/+1
2026-02-23refs: replace `refs_for_each_glob_ref()`Patrick Steinhardt1-2/+5
2026-02-17fetch-pack: wire up and enable auto filter logicChristian Couder1-0/+2
2026-02-17fetch: make filter_options local to cmd_fetch()Christian Couder1-21/+27
2026-01-25fetch: delay user information post committing of transactionKarthik Nayak1-54/+192
2026-01-25fetch: utilize rejected ref error detailsKarthik Nayak1-4/+6
2026-01-25refs: add rejection detail to the callback functionKarthik Nayak1-0/+1
2025-12-23Merge branch 'kn/fix-fetch-backfill-tag-with-batched-ref-updates'Junio C Hamano1-26/+45
2025-12-10fetch: fix failed batched updates skipping operationsKarthik Nayak1-1/+5
2025-12-10fetch: fix non-conflicting tags not being committedKarthik Nayak1-0/+8
2025-11-30Merge branch 'ja/doc-synopsis-style'Junio C Hamano1-1/+1
2025-11-21fetch: extract out reference committing logicKarthik Nayak1-26/+33
2025-11-19doc: convert git fetch to synopsis styleJean-Noël Avila1-1/+1
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt1-9/+4
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak1-3/+18
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt1-2/+2
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-2/+2
2025-07-16Merge branch 'ph/fetch-prune-optim'Junio C Hamano1-11/+8
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-10/+11
2025-07-08Merge branch 'kn/fetch-push-bulk-ref-update'Junio C Hamano1-54/+73
2025-07-01clean up interface for refs_warn_dangling_symrefsPhil Hord1-4/+1
2025-07-01fetch-prune: optimize dangling-ref reportingPhil Hord1-10/+10
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-8/+9
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1