aboutsummaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)Author
2025-03-21refspec: replace `refspec_item_init()` with fetch/push variantsTaylor Blau
2025-03-18fetch: don't ask for remote HEAD if followRemoteHEAD is "never"Jeff King
2025-03-18fetch: only respect followRemoteHEAD with configured refspecsJeff King
2025-03-10fetch: use ref prefix list to skip ls-refsJeff King
2025-03-10fetch: avoid ls-refs only to ask for HEAD symref updateJeff King
2025-03-10fetch: stop protecting additions to ref-prefix listJeff King
2025-03-10fetch: ask server to advertise HEAD for config-less fetchJeff King
2025-03-10Merge branch 'tb/fetch-follow-tags-fix'Junio C Hamano
2025-03-07fetch: fix following tags when fetching specific OIDTaylor Blau
2025-01-27fetch set_head: fix non-mirror remotes in bare repositoriesBence Ferdinandy
2025-01-27fetch set_head: refactor to use remote directlyBence Ferdinandy
2025-01-06Merge branch 'bf/fetch-set-head-config'Junio C Hamano
2025-01-06fetch: fix erroneous set_head advice messageBence Ferdinandy
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-19Merge branch 'bf/fetch-set-head-config'Junio C Hamano
2024-12-19Merge branch 'jc/set-head-symref-fix'Junio C Hamano
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano
2024-12-07fetch: do not ask for HEAD unnecessarilyJunio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-06fetch set_head: add warn-if-not-$branch optionBence Ferdinandy
2024-12-06fetch set_head: move warn advice into advise_if_enabledBence Ferdinandy
2024-12-04Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano
2024-12-02fetch: add configuration for set_head behaviourBence Ferdinandy
2024-11-27Merge branch 'bf/set-head-symref' into bf/fetch-set-head-configJunio C Hamano
2024-11-25fetch set_head: handle mirrored bare repositoriesBence Ferdinandy
2024-11-25fetch: set remote/HEAD if it does not existBence Ferdinandy
2024-11-22Merge branch 'jk/fetch-prefetch-double-free-fix'Junio C Hamano
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt
2024-11-12refspec: store raw refspecs inside refspec_itemJeff King
2024-11-12refspec: drop separate raw_nr countJeff King
2024-11-12fetch: adjust refspec->raw_nr when filtering prefetch refspecsJeff King
2024-11-04doc: correct misleading descriptions for --shallow-excludeElijah Newren
2024-10-08fetch: respect --server-option when fetching multiple remotesXing Xin
2024-09-25fetch: free "raw" string when shrinking refspecJeff King
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-05drop trailing newline from warning/error/die messagesJeff King
2024-09-03Merge branch 'js/fetch-push-trace2-annotation'Junio C Hamano
2024-08-22fetch: add top-level trace2 regionsJosh Steadmon
2024-08-22builtin/fetch: fix leaking transaction with `--atomic`Patrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-07refspec: remove global tag refspec structurePatrick Steinhardt
2024-06-07update-ref: add support for 'symref-delete' commandKarthik Nayak
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano
2024-05-23Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symrefJunio C Hamano
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano
2024-05-17refs: pass ref store when detecting dangling symrefsPatrick Steinhardt