summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jt/push-negotiation'Junio C Hamano2021-05-161-1/+26
|\
| * fetch: teach independent negotiation (no packfile)Jonathan Tan2021-05-051-1/+26
* | fetch: add --prefetch optionDerrick Stolee2021-04-161-1/+58
|/
* Merge branch 'jt/clone-unborn-head'Junio C Hamano2021-02-181-7/+11
|\
| * connect, transport: encapsulate arg in structJonathan Tan2021-02-051-7/+11
* | fetch: implement support for atomic reference updatesPatrick Steinhardt2021-01-121-5/+41
* | fetch: allow passing a transaction to `s_update_ref()`Patrick Steinhardt2021-01-121-20/+31
* | fetch: refactor `s_update_ref` to use common exit pathPatrick Steinhardt2021-01-121-19/+26
* | fetch: use strbuf to format FETCH_HEAD updatesPatrick Steinhardt2021-01-121-5/+11
* | fetch: extract writing to FETCH_HEADPatrick Steinhardt2021-01-121-29/+79
|/
* hashmap: provide deallocation function namesElijah Newren2020-11-021-3/+3
* Merge branch 'jk/refspecs-negative'Junio C Hamano2020-10-051-0/+10
|\
| * refspec: add support for negative refspecsJacob Keller2020-09-301-0/+10
* | Merge branch 'jt/keep-partial-clone-filter-upon-lazy-fetch'Junio C Hamano2020-10-051-1/+1
|\ \
| * | fetch: do not override partial clone filterJonathan Tan2020-09-291-1/+1
* | | Merge branch 'ds/maintenance-part-1'Junio C Hamano2020-09-261-2/+4
|\ \ \
| * | | maintenance: replace run_auto_gc()Derrick Stolee2020-09-171-2/+4
* | | | Merge branch 'ar/fetch-ipversion-in-all'Junio C Hamano2020-09-221-1/+4
|\ \ \ \
| * | | | fetch: pass --ipv4 and --ipv6 options to sub-fetchesAlex Riesen2020-09-151-0/+4
* | | | | Merge branch 'os/fetch-submodule-optim'Junio C Hamano2020-09-221-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fetch: do not look for submodule changes in unchanged refsOrgad Shaneh2020-09-061-1/+3
* | | | | refspec: add and use refspec_appendf()René Scharfe2020-09-061-5/+2
|/ / / /
* | | | Merge branch 'jt/lazy-fetch'Junio C Hamano2020-09-031-9/+41
|\ \ \ \
| * | | | fetch: no FETCH_HEAD display if --no-write-fetch-headJonathan Tan2020-09-021-1/+7
| * | | | fetch: only populate existing_refs if neededJonathan Tan2020-08-181-4/+9
| * | | | fetch: avoid reading submodule config until neededJonathan Tan2020-08-181-2/+8
| * | | | fetch: allow refspecs specified through stdinJonathan Tan2020-08-181-2/+17
| | |/ / | |/| |
* | | | Merge branch 'jk/leakfix'Junio C Hamano2020-08-271-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | config: fix leaks from git_config_get_string_const()Jeff King2020-08-141-1/+1
| |/ /
* | / fetch: optionally allow disabling FETCH_HEAD updateJunio C Hamano2020-08-181-3/+12
| |/ |/|
* | 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
|/