summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorLines
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
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano-1/+1
2025-04-16Merge branch 'jt/ref-transaction-abort-fix'Junio C Hamano-1/+8
2025-04-15Merge branch 'jt/clone-guess-remote-head-fix'Junio C Hamano-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-04-09fetch: make set_head() call easier to readJeff King-4/+5
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak-1/+1
2025-03-25remote: allow `guess_remote_head()` to suppress adviceJustin Tobler-1/+1
2025-03-21builtin/fetch: avoid aborting closed reference transactionJustin Tobler-1/+8
2025-03-21refspec: replace `refspec_item_init()` with fetch/push variantsTaylor Blau-1/+1
2025-03-18fetch: don't ask for remote HEAD if followRemoteHEAD is "never"Jeff King-4/+2
2025-03-18fetch: only respect followRemoteHEAD with configured refspecsJeff King-19/+6
2025-03-10fetch: use ref prefix list to skip ls-refsJeff King-20/+7
2025-03-10fetch: avoid ls-refs only to ask for HEAD symref updateJeff King-3/+2
2025-03-10fetch: stop protecting additions to ref-prefix listJeff King-6/+4
2025-03-10fetch: ask server to advertise HEAD for config-less fetchJeff King-0/+8
2025-03-10Merge branch 'tb/fetch-follow-tags-fix'Junio C Hamano-1/+3
2025-03-07fetch: fix following tags when fetching specific OIDTaylor Blau-1/+3
2025-01-27fetch set_head: fix non-mirror remotes in bare repositoriesBence Ferdinandy-5/+5
2025-01-27fetch set_head: refactor to use remote directlyBence Ferdinandy-8/+7
2025-01-06Merge branch 'bf/fetch-set-head-config'Junio C Hamano-2/+2
2025-01-06fetch: fix erroneous set_head advice messageBence Ferdinandy-2/+2
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano-0/+3
2024-12-19Merge branch 'bf/fetch-set-head-config'Junio C Hamano-6/+55
2024-12-19Merge branch 'jc/set-head-symref-fix'Junio C Hamano-1/+19
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano-0/+74
2024-12-07fetch: do not ask for HEAD unnecessarilyJunio C Hamano-1/+19
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+3
2024-12-06fetch set_head: add warn-if-not-$branch optionBence Ferdinandy-5/+11
2024-12-06fetch set_head: move warn advice into advise_if_enabledBence Ferdinandy-4/+13
2024-12-04Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano-2/+2
2024-12-02fetch: add configuration for set_head behaviourBence Ferdinandy-6/+40
2024-11-27Merge branch 'bf/set-head-symref' into bf/fetch-set-head-configJunio C Hamano-0/+74
2024-11-25fetch set_head: handle mirrored bare repositoriesBence Ferdinandy-5/+11
2024-11-25fetch: set remote/HEAD if it does not existBence Ferdinandy-0/+68
2024-11-22Merge branch 'jk/fetch-prefetch-double-free-fix'Junio C Hamano-6/+2
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt-2/+2
2024-11-12refspec: store raw refspecs inside refspec_itemJeff King-6/+2
2024-11-12refspec: drop separate raw_nr countJeff King-1/+0
2024-11-12fetch: adjust refspec->raw_nr when filtering prefetch refspecsJeff King-0/+1
2024-11-04doc: correct misleading descriptions for --shallow-excludeElijah Newren-2/+2
2024-10-08fetch: respect --server-option when fetching multiple remotesXing Xin-0/+2