summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* strvec: rename struct fieldsJeff King2020-07-311-3/+3
* strvec: fix indentation in renamed callsJeff King2020-07-291-1/+1
* strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-291-27/+27
* strvec: rename files from argv-array to strvecJeff King2020-07-291-1/+1
* Merge branch 'xl/upgrade-repo-format'Junio C Hamano2020-06-291-3/+0
|\
| * fetch: allow adding a filter after initial cloneXin Li2020-06-051-3/+0
* | Merge branch 'js/reflog-anonymize-for-clone-and-fetch'Junio C Hamano2020-06-181-2/+7
|\ \ | |/ |/|
| * clone/fetch: anonymize URLs in the reflogJohannes Schindelin2020-06-041-2/+7
* | Merge branch 'jc/auto-gc-quiet'Junio C Hamano2020-05-131-8/+2
|\ \
| * | auto-gc: extract a reusable helper from "git fetch"Junio C Hamano2020-05-071-8/+2
| |/
* | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-0/+1
|\ \
| * | shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
| |/
* | Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-6/+6
* | Merge branch 'jt/connectivity-check-optim-in-partial-clone'Junio C Hamano2020-04-221-7/+0
|\ \ | |/ |/|
| * connected: always use partial clone optimizationJonathan Tan2020-03-291-7/+0
* | Merge branch 'ds/partial-clone-fixes'Junio C Hamano2020-03-031-5/+5
|\ \
| * | partial-clone: avoid fetching when looking for objectsDerrick Stolee2020-02-221-5/+5
* | | Merge branch 'tb/commit-graph-object-dir'Junio C Hamano2020-02-141-1/+1
|\ \ \ | |_|/ |/| |
| * | commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau2020-02-041-1/+1
| |/
* / fetch: forgo full connectivity check if --filterJonathan Tan2020-01-301-1/+10
|/
* Merge branch 'ds/commit-graph-set-size-mult'Junio C Hamano2020-01-061-3/+1
|\
| * commit-graph: prefer default size_mult when given zeroDerrick Stolee2020-01-021-3/+1
* | Merge branch 'rs/use-skip-prefix-more'Junio C Hamano2019-12-071-9/+3
|\ \
| * | fetch: use skip_prefix() instead of starts_with()René Scharfe2019-11-271-9/+3
| |/
* | Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Junio C Hamano2019-12-011-3/+2
|\ \
| * | fetch: remove fetch_if_missing=0Jonathan Tan2019-11-081-3/+2
| |/
* | Merge branch 'en/doc-typofix'Junio C Hamano2019-12-011-1/+1
|\ \
| * | Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
* | | Merge branch 'js/fetch-multi-lockfix'Junio C Hamano2019-12-011-2/+8
|\ \ \
| * | | fetch: avoid locking issues between fetch.jobs/fetch.writeCommitGraphJohannes Schindelin2019-11-061-1/+2
| * | | fetch: add the command-line option `--write-commit-graph`Johannes Schindelin2019-11-061-1/+6
| | |/ | |/|
* | | Merge branch 'rt/fetch-message-fix'Junio C Hamano2019-12-011-1/+1
|\ \ \ | |/ / |/| |
| * | fetch.c: fix typo in a warning messageRalf Thielow2019-11-021-1/+1
| |/
* / fetch: delay fetch_if_missing=0 until after configJonathan Tan2019-10-241-2/+2
|/
* Merge branch 'js/trace2-fetch-push'Junio C Hamano2019-10-151-7/+15
|\
| * fetch: add trace2 instrumentationJosh Steadmon2019-10-031-7/+15
* | Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-14/+18
|\ \
| * | hashmap_entry: remove first member requirement from docsEric Wong2019-10-071-1/+1
| * | hashmap: introduce hashmap_free_entriesEric Wong2019-10-071-3/+3
| * | hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-4/+5
| * | hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong2019-10-071-4/+7
| * | hashmap_add takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * | hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* | | Merge branch 'js/fetch-jobs'Junio C Hamano2019-10-151-17/+107
|\ \ \
| * | | fetch: let --jobs=<n> parallelize --multiple, tooJohannes Schindelin2019-10-061-17/+107
* | | | Merge branch 'ms/fetch-follow-tag-optim'Junio C Hamano2019-10-071-8/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | fetch: use oidset to keep the want OIDs for faster lookupMasaya Suzuki2019-09-161-8/+10
| | |/ | |/|
* | | Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano2019-09-301-0/+15
|\ \ \
| * | | fetch: add fetch.writeCommitGraph config settingDerrick Stolee2019-09-031-0/+15
| | |/ | |/|
* | | Merge branch 'md/list-objects-filter-combo'Junio C Hamano2019-09-181-6/+3
|\ \ \