summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-08-151-24/+4
|\
| * fetch-pack: unify ref in and out paramJonathan Tan2018-08-011-24/+4
* | Merge branch 'jt/tag-following-with-proto-v2-fix'Junio C Hamano2018-08-151-1/+1
|\ \
| * | fetch: send "refs/tags/" prefix upon CLI refspecsJonathan Tan2018-07-241-1/+1
* | | Merge branch 'jt/fetch-nego-tip'Junio C Hamano2018-08-021-0/+43
|\ \ \
| * | | fetch-pack: support negotiation tip whitelistJonathan Tan2018-07-031-0/+43
| |/ /
* | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-3/+6
|\ \ \
| * | | commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-3/+6
| * | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-3/+4
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-07-241-56/+94
|\ \ \ \ | | |_|/ | |/| |
| * | | fetch-pack: write shallow, then check connectivityJonathan Tan2018-07-031-5/+10
| * | | fetch-pack: put shallow info in output parameterBrandon Williams2018-06-281-4/+24
| * | | fetch: refactor to make function args narrowerBrandon Williams2018-06-281-26/+26
| * | | fetch: refactor fetch_refs into two functionsBrandon Williams2018-06-281-5/+18
| * | | fetch: refactor the population of peer ref OIDsBrandon Williams2018-06-281-18/+18
| |/ /
* | | Merge branch 'ao/config-from-gitmodules'Junio C Hamano2018-07-181-14/+1
|\ \ \
| * | | submodule-config: add helper function to get 'fetch' config from .gitmodulesAntonio Ospite2018-06-261-14/+1
| |/ /
* | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-3/+4
|\ \ \ | |/ / |/| / | |/
| * path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-2/+2
| * shallow: add repository argument to is_repository_shallowStefan Beller2018-05-181-1/+1
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'nd/use-opt-int-set-f'Junio C Hamano2018-06-011-3/+3
|\ \
| * | Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy2018-05-241-3/+3
* | | Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-05-301-78/+61
|\ \ \ | |/ / |/| |
| * | fetch: generate ref-prefixes when using a configured refspecBrandon Williams2018-05-181-1/+9
| * | refspec: consolidate ref-prefix generation logicBrandon Williams2018-05-181-12/+1
| * | remote: convert get_stale_heads to take a struct refspecBrandon Williams2018-05-181-1/+1
| * | fetch: convert prune_refs to take a struct refspecBrandon Williams2018-05-181-6/+5
| * | fetch: convert get_ref_map to take a struct refspecBrandon Williams2018-05-181-23/+20
| * | fetch: convert do_fetch to take a struct refspecBrandon Williams2018-05-181-5/+5
| * | fetch: convert refmap to use struct refspecBrandon Williams2018-05-181-10/+7
| * | fetch: convert fetch_one to use struct refspecBrandon Williams2018-05-181-27/+19
| * | remote: remove add_prune_tags_to_fetch_refspecBrandon Williams2018-05-181-1/+1
| * | remote: convert fetch refspecs to struct refspecBrandon Williams2018-05-181-10/+10
| * | refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-181-6/+6
| * | refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-181-0/+1
| * | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-2/+19
| |\ \
* | \ \ Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+1
| |/ /
* | | fetch: send server options when using protocol v2Brandon Williams2018-04-241-0/+5
* | | Merge branch 'bw/protocol-v2' into HEADJunio C Hamano2018-04-241-2/+19
|\ \ \ | |/ / |/| / | |/
| * fetch: pass ref prefixes when fetchingBrandon Williams2018-03-151-1/+18
| * transport: convert transport_get_remote_refs to take a list of ref prefixesBrandon Williams2018-03-151-2/+2
* | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-1/+1
|\ \
| * | object-store: close all packs upon clearing the object storeStefan Beller2018-03-261-1/+1
* | | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-5/+5
|\ \ \
| * | | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-1/+1
| * | | strbuf: convert strbuf_add_unique_abbrev to use struct object_idbrian m. carlson2018-03-141-4/+4
* | | | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-141-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy2018-02-091-1/+1
| | |/ | |/|