summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+3
|\
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+3
* | Merge branch 'bf/fetch-set-head-config'Junio C Hamano2024-12-191-6/+55
|\ \
| * | fetch set_head: add warn-if-not-$branch optionBence Ferdinandy2024-12-051-5/+11
| * | fetch set_head: move warn advice into advise_if_enabledBence Ferdinandy2024-12-051-4/+13
| * | fetch: add configuration for set_head behaviourBence Ferdinandy2024-12-021-6/+40
| * | Merge branch 'bf/set-head-symref' into bf/fetch-set-head-configJunio C Hamano2024-11-271-0/+74
| |\ \
* | \ \ Merge branch 'jc/set-head-symref-fix'Junio C Hamano2024-12-191-1/+19
|\ \ \ \
| * | | | fetch: do not ask for HEAD unnecessarilyJunio C Hamano2024-12-071-1/+19
| | |/ / | |/| |
* | | | Merge branch 'bf/set-head-symref'Junio C Hamano2024-12-191-0/+74
|\| | | | |_|/ |/| |
| * | fetch set_head: handle mirrored bare repositoriesBence Ferdinandy2024-11-251-5/+11
| * | fetch: set remote/HEAD if it does not existBence Ferdinandy2024-11-251-0/+68
* | | Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano2024-12-041-2/+2
|\ \ \ | |_|/ |/| |
| * | refs: allow passing flags when setting up a transactionPatrick Steinhardt2024-11-201-2/+2
* | | Merge branch 'jk/fetch-prefetch-double-free-fix'Junio C Hamano2024-11-221-6/+2
|\ \ \
| * | | refspec: store raw refspecs inside refspec_itemJeff King2024-11-121-6/+2
| * | | refspec: drop separate raw_nr countJeff King2024-11-121-1/+0
| * | | fetch: adjust refspec->raw_nr when filtering prefetch refspecsJeff King2024-11-121-0/+1
* | | | doc: correct misleading descriptions for --shallow-excludeElijah Newren2024-11-051-2/+2
| |/ / |/| |
* | | fetch: respect --server-option when fetching multiple remotesXing Xin2024-10-081-0/+2
|/ /
* / fetch: free "raw" string when shrinking refspecJeff King2024-09-251-0/+1
|/
* Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano2024-09-231-2/+5
|\
| * builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-1/+1
| * builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* | drop trailing newline from warning/error/die messagesJeff King2024-09-051-2/+2
* | Merge branch 'js/fetch-push-trace2-annotation'Junio C Hamano2024-09-031-1/+15
|\ \
| * | fetch: add top-level trace2 regionsJosh Steadmon2024-08-231-1/+15
| |/
* / builtin/fetch: fix leaking transaction with `--atomic`Patrick Steinhardt2024-08-221-4/+4
|/
* refs: add referent to each_ref_fnJohn Cai2024-08-091-1/+2
* Merge branch 'kn/update-ref-symref'Junio C Hamano2024-06-211-2/+2
|\
| * update-ref: add support for 'symref-delete' commandKarthik Nayak2024-06-071-2/+2
| * Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symrefJunio C Hamano2024-05-231-1/+1
| |\
* | \ Merge branch 'ps/no-writable-strings'Junio C Hamano2024-06-181-3/+8
|\ \ \
| * | | refspec: remove global tag refspec structurePatrick Steinhardt2024-06-071-3/+8
* | | | Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano2024-05-301-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | refs: pass ref store when detecting dangling symrefsPatrick Steinhardt2024-05-171-1/+2
* | | | Merge branch 'kn/ref-transaction-symref'Junio C Hamano2024-05-201-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | refs: accept symref values in `ref_transaction_update()`Karthik Nayak2024-05-071-1/+1
* | | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-6/+14
| |/ |/|
* | Merge branch 'ds/fetch-config-parse-microfix'Junio C Hamano2024-04-151-0/+1
|\ \ | |/ |/|
| * fetch: return when parsing submodule.recurseDerrick Stolee2024-04-051-0/+1
* | Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano2024-03-111-0/+2
|\ \
| * | commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin2024-02-281-0/+2
* | | fetch: convert strncmp() with strlen() to starts_with()René Scharfe2024-02-261-3/+2
|/ /
* | Merge branch 'tb/fetch-all-configuration'Junio C Hamano2024-01-201-1/+16
|\ \
| * | fetch: add new config option fetch.allTamino Bauknecht2024-01-081-1/+16
* | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-2/+0
|\ \ \ | |/ / |/| |
| * | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
* | | fetch: no redundant error message for atomic fetchJiang Xin2023-12-181-5/+9
|/ /
* | Merge branch 'jk/unused-post-2.42-part2'Junio C Hamano2023-09-131-2/+2
|\ \