aboutsummaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)Author
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt
2026-03-12run-command: wean auto_maintenance() functions off the_repositoryBurak Kaan Karaçay
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano
2026-03-04Merge branch 'cx/fetch-display-ubfix'Junio C Hamano
2026-02-25fetch: fix wrong evaluation order in URL trailing-slash trimmingcuiweixie
2026-02-23refs: replace `refs_for_each_glob_ref()`Patrick Steinhardt
2026-02-17fetch-pack: wire up and enable auto filter logicChristian Couder
2026-02-17fetch: make filter_options local to cmd_fetch()Christian Couder
2026-01-25fetch: delay user information post committing of transactionKarthik Nayak
2026-01-25fetch: utilize rejected ref error detailsKarthik Nayak
2026-01-25refs: add rejection detail to the callback functionKarthik Nayak
2025-12-23Merge branch 'kn/fix-fetch-backfill-tag-with-batched-ref-updates'Junio C Hamano
2025-12-10fetch: fix failed batched updates skipping operationsKarthik Nayak
2025-12-10fetch: fix non-conflicting tags not being committedKarthik Nayak
2025-11-30Merge branch 'ja/doc-synopsis-style'Junio C Hamano
2025-11-21fetch: extract out reference committing logicKarthik Nayak
2025-11-19doc: convert git fetch to synopsis styleJean-Noël Avila
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-16Merge branch 'ph/fetch-prune-optim'Junio C Hamano
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-08Merge branch 'kn/fetch-push-bulk-ref-update'Junio C Hamano
2025-07-01clean up interface for refs_warn_dangling_symrefsPhil Hord
2025-07-01fetch-prune: optimize dangling-ref reportingPhil Hord
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-06-25Merge branch 'ps/maintenance-ref-lock'Junio C Hamano
2025-06-03usage: allow dying without writing an error messagePatrick Steinhardt
2025-05-19fetch: use batched reference updatesKarthik Nayak
2025-05-15fetch: avoid unnecessary work when there is no current branchJohannes Schindelin
2025-05-15fetch: carefully clear local variable's address after useJohannes Schindelin
2025-05-12Merge branch 'ps/object-store-cleanup'Junio C Hamano
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano
2025-04-17Merge branch 'jk/fetch-follow-remote-head-fix'Junio C Hamano
2025-04-17global: use designated initializers for optionsPatrick Steinhardt
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano
2025-04-16Merge branch 'jt/ref-transaction-abort-fix'Junio C Hamano
2025-04-15Merge branch 'jt/clone-guess-remote-head-fix'Junio C Hamano
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-09fetch: make set_head() call easier to readJeff King
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak
2025-03-25remote: allow `guess_remote_head()` to suppress adviceJustin Tobler
2025-03-21builtin/fetch: avoid aborting closed reference transactionJustin Tobler