summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt1-1/+1
2025-06-25Merge branch 'ps/maintenance-ref-lock'Junio C Hamano1-1/+1
2025-06-03usage: allow dying without writing an error messagePatrick Steinhardt1-1/+1
2025-05-19fetch: use batched reference updatesKarthik Nayak1-54/+73
2025-05-15fetch: avoid unnecessary work when there is no current branchJohannes Schindelin1-1/+1
2025-05-15fetch: carefully clear local variable's address after useJohannes Schindelin1-0/+1
2025-05-12Merge branch 'ps/object-store-cleanup'Junio C Hamano1-8/+7
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt1-8/+7
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano1-2/+8
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano1-1/+1
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano1-1/+1
2025-04-17Merge branch 'jk/fetch-follow-remote-head-fix'Junio C Hamano1-25/+11
2025-04-17global: use designated initializers for optionsPatrick Steinhardt1-2/+8