summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)Author
2018-08-02Merge branch 'jt/fetch-nego-tip'Junio C Hamano
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano
2018-07-24Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano
2018-07-18Merge branch 'ao/config-from-gitmodules'Junio C Hamano
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-03fetch-pack: support negotiation tip whitelistJonathan Tan
2018-07-03fetch-pack: write shallow, then check connectivityJonathan Tan
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-28fetch-pack: put shallow info in output parameterBrandon Williams
2018-06-28fetch: refactor to make function args narrowerBrandon Williams
2018-06-28fetch: refactor fetch_refs into two functionsBrandon Williams
2018-06-28fetch: refactor the population of peer ref OIDsBrandon Williams
2018-06-26submodule-config: add helper function to get 'fetch' config from .gitmodulesAntonio Ospite
2018-06-01Merge branch 'nd/use-opt-int-set-f'Junio C Hamano
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano
2018-05-24Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-17path.c: migrate global git_path_* to take a repository argumentStefan Beller
2018-05-17shallow: add repository argument to is_repository_shallowStefan Beller
2018-05-17fetch: generate ref-prefixes when using a configured refspecBrandon Williams
2018-05-17refspec: consolidate ref-prefix generation logicBrandon Williams
2018-05-17remote: convert get_stale_heads to take a struct refspecBrandon Williams
2018-05-17fetch: convert prune_refs to take a struct refspecBrandon Williams
2018-05-17fetch: convert get_ref_map to take a struct refspecBrandon Williams
2018-05-17fetch: convert do_fetch to take a struct refspecBrandon Williams
2018-05-17fetch: convert refmap to use struct refspecBrandon Williams
2018-05-17fetch: convert fetch_one to use struct refspecBrandon Williams
2018-05-17remote: remove add_prune_tags_to_fetch_refspecBrandon Williams
2018-05-17remote: convert fetch refspecs to struct refspecBrandon Williams
2018-05-17refspec: rename struct refspec to struct refspec_itemBrandon Williams
2018-05-17refspec: move refspec parsing logic into its own fileBrandon Williams
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-04-24fetch: send server options when using protocol v2Brandon Williams
2018-04-24Merge branch 'bw/protocol-v2' into HEADJunio C Hamano
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-04-09Merge branch 'bc/object-id'Junio C Hamano
2018-03-26object-store: close all packs upon clearing the object storeStefan Beller
2018-03-15fetch: pass ref prefixes when fetchingBrandon Williams
2018-03-15transport: convert transport_get_remote_refs to take a list of ref prefixesBrandon Williams
2018-03-14Merge branch 'nd/parseopt-completion'Junio C Hamano
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-14strbuf: convert strbuf_add_unique_abbrev to use struct object_idbrian m. carlson
2018-03-06Merge branch 'ab/fetch-prune'Junio C Hamano
2018-02-13Merge branch 'jh/partial-clone'Junio C Hamano
2018-02-09fetch: make the --prune-tags work with <url>Ævar Arnfjörð Bjarmason
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason
2018-02-09fetch: stop accessing "remote" variable indirectlyÆvar Arnfjörð Bjarmason