summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorLines
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
2024-09-25fetch: free "raw" string when shrinking refspecJeff King-0/+1
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano-2/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai-1/+4
2024-09-05drop trailing newline from warning/error/die messagesJeff King-2/+2
2024-09-03Merge branch 'js/fetch-push-trace2-annotation'Junio C Hamano-1/+15
2024-08-22fetch: add top-level trace2 regionsJosh Steadmon-1/+15
2024-08-22builtin/fetch: fix leaking transaction with `--atomic`Patrick Steinhardt-4/+4
2024-08-09refs: add referent to each_ref_fnJohn Cai-1/+2
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano-2/+2
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano-3/+8
2024-06-07refspec: remove global tag refspec structurePatrick Steinhardt-3/+8
2024-06-07update-ref: add support for 'symref-delete' commandKarthik Nayak-2/+2
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano-1/+2
2024-05-23Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symrefJunio C Hamano-1/+1
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano-1/+1
2024-05-17refs: pass ref store when detecting dangling symrefsPatrick Steinhardt-1/+2
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt-6/+14
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak-1/+1
2024-04-15Merge branch 'ds/fetch-config-parse-microfix'Junio C Hamano-0/+1
2024-04-05fetch: return when parsing submodule.recurseDerrick Stolee-0/+1
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano-0/+2
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin-0/+2
2024-02-26fetch: convert strncmp() with strlen() to starts_with()René Scharfe-3/+2
2024-01-19Merge branch 'tb/fetch-all-configuration'Junio C Hamano-1/+16
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano-2/+0
2024-01-08fetch: add new config option fetch.allTamino Bauknecht-1/+16
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-2/+0