summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorLines
4 daysMerge branch 'ds/fetch-negotiation-options' into jchJunio C Hamano-8/+51
4 daysMerge branch 'ua/push-remote-group' (early part) into jchJunio C Hamano-42/+0
6 daysremote: add negotiationRequire config as default for --negotiation-requireDerrick Stolee-0/+10
6 daysfetch: add --negotiation-require option for negotiationDerrick Stolee-0/+10
6 daysremote: add remote.*.negotiationRestrict configDerrick Stolee-2/+22
6 daystransport: rename negotiation_tipsDerrick Stolee-3/+3
6 daysfetch: add --negotiation-restrict optionDerrick Stolee-4/+7
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt-2/+2
2026-03-25remote: move remote group resolution to remote.cUsman Akinyemi-42/+0
2026-03-12run-command: wean auto_maintenance() functions off the_repositoryBurak Kaan Karaçay-1/+1
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano-2/+5
2026-03-04Merge branch 'cx/fetch-display-ubfix'Junio C Hamano-1/+1
2026-02-25fetch: fix wrong evaluation order in URL trailing-slash trimmingcuiweixie-1/+1
2026-02-23refs: replace `refs_for_each_glob_ref()`Patrick Steinhardt-2/+5
2026-02-17fetch-pack: wire up and enable auto filter logicChristian Couder-0/+2
2026-02-17fetch: make filter_options local to cmd_fetch()Christian Couder-21/+27
2026-01-25fetch: delay user information post committing of transactionKarthik Nayak-54/+192
2026-01-25fetch: utilize rejected ref error detailsKarthik Nayak-4/+6
2026-01-25refs: add rejection detail to the callback functionKarthik Nayak-0/+1
2025-12-23Merge branch 'kn/fix-fetch-backfill-tag-with-batched-ref-updates'Junio C Hamano-26/+45
2025-12-10fetch: fix failed batched updates skipping operationsKarthik Nayak-1/+5
2025-12-10fetch: fix non-conflicting tags not being committedKarthik Nayak-0/+8
2025-11-30Merge branch 'ja/doc-synopsis-style'Junio C Hamano-1/+1
2025-11-21fetch: extract out reference committing logicKarthik Nayak-26/+33
2025-11-19doc: convert git fetch to synopsis styleJean-Noël Avila-1/+1
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt-9/+4
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak-3/+18
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt-2/+2
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt-2/+2
2025-07-16Merge branch 'ph/fetch-prune-optim'Junio C Hamano-11/+8
2025-07-15Merge branch 'ps/object-store'Junio C Hamano-10/+11
2025-07-08Merge branch 'kn/fetch-push-bulk-ref-update'Junio C Hamano-54/+73
2025-07-01clean up interface for refs_warn_dangling_symrefsPhil Hord-4/+1
2025-07-01fetch-prune: optimize dangling-ref reportingPhil Hord-10/+10
2025-07-01odb: rename `has_object()`Patrick Steinhardt-8/+9
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt-1/+1
2025-06-25Merge branch 'ps/maintenance-ref-lock'Junio C Hamano-1/+1
2025-06-03usage: allow dying without writing an error messagePatrick Steinhardt-1/+1
2025-05-19fetch: use batched reference updatesKarthik Nayak-54/+73
2025-05-15fetch: avoid unnecessary work when there is no current branchJohannes Schindelin-1/+1
2025-05-15fetch: carefully clear local variable's address after useJohannes Schindelin-0/+1
2025-05-12Merge branch 'ps/object-store-cleanup'Junio C Hamano-8/+7
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt-8/+7
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano-2/+8
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano-1/+1
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano-1/+1
2025-04-17Merge branch 'jk/fetch-follow-remote-head-fix'Junio C Hamano-25/+11
2025-04-17global: use designated initializers for optionsPatrick Steinhardt-2/+8