summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | parse-options: prefer opt->value to globals in callbacksJeff King2023-09-051-2/+2
| |/
* / fetch: mark unused parameter in ref_transaction callbackJeff King2023-08-301-1/+1
|/
* Merge branch 'jc/transport-parseopt-fix'Junio C Hamano2023-07-281-4/+1
|\
| * parse-options: introduce OPT_IPVERSION()Junio C Hamano2023-07-181-4/+1
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-5/+8
|\ \
| * | config: pass kvi to die_bad_number()Glen Choo2023-06-281-2/+2
| * | config: add ctx arg to config_fn_tGlen Choo2023-06-281-3/+6
* | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-2/+1
|/ /
* | fetch: use `fetch_config` to store "submodule.fetchJobs" valuePatrick Steinhardt2023-05-171-5/+6
* | fetch: use `fetch_config` to store "fetch.parallel" valuePatrick Steinhardt2023-05-171-7/+8
* | fetch: use `fetch_config` to store "fetch.recurseSubmodules" valuePatrick Steinhardt2023-05-171-15/+16
* | fetch: use `fetch_config` to store "fetch.showForcedUpdates" valuePatrick Steinhardt2023-05-171-14/+21
* | fetch: use `fetch_config` to store "fetch.pruneTags" valuePatrick Steinhardt2023-05-171-4/+5
* | fetch: use `fetch_config` to store "fetch.prune" valuePatrick Steinhardt2023-05-171-4/+5
* | fetch: pass through `fetch_config` directlyPatrick Steinhardt2023-05-171-15/+16
* | fetch: drop unneeded NULL-check for `remote_ref`Patrick Steinhardt2023-05-171-3/+2
* | fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum valuePatrick Steinhardt2023-05-171-1/+0
|/
* Merge branch 'ps/fetch-output-format'Junio C Hamano2023-05-151-197/+285
|\
| * fetch: introduce machine-parseable "porcelain" output formatPatrick Steinhardt2023-05-101-19/+69
| * fetch: move option related variables into main functionPatrick Steinhardt2023-05-101-97/+100
| * fetch: lift up parsing of "fetch.output" config variablePatrick Steinhardt2023-05-101-18/+32
| * fetch: introduce `display_format` enumPatrick Steinhardt2023-05-101-21/+46
| * fetch: refactor calculation of the display table widthPatrick Steinhardt2023-05-101-41/+34
| * fetch: print left-hand side when fetching HEAD:fooPatrick Steinhardt2023-05-101-18/+19
| * fetch: fix `--no-recurse-submodules` with multi-remote fetchesPatrick Steinhardt2023-05-101-0/+2
* | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-0/+1
|\ \
| * | pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren2023-04-241-0/+1