summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Merge branch 'nd/use-opt-int-set-f'Libravatar Junio C Hamano1-3/+3
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Libravatar Junio C Hamano1-78/+61
2018-05-24Use OPT_SET_INT_F() for cmdline option specificationLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2018-05-23Merge branch 'sb/oid-object-info'Libravatar Junio C Hamano1-1/+1
2018-05-18fetch: generate ref-prefixes when using a configured refspecLibravatar Brandon Williams1-1/+9
2018-05-18refspec: consolidate ref-prefix generation logicLibravatar Brandon Williams1-12/+1
2018-05-18remote: convert get_stale_heads to take a struct refspecLibravatar Brandon Williams1-1/+1
2018-05-18fetch: convert prune_refs to take a struct refspecLibravatar Brandon Williams1-6/+5
2018-05-18fetch: convert get_ref_map to take a struct refspecLibravatar Brandon Williams1-23/+20
2018-05-18fetch: convert do_fetch to take a struct refspecLibravatar Brandon Williams1-5/+5
2018-05-18fetch: convert refmap to use struct refspecLibravatar Brandon Williams1-10/+7
2018-05-18fetch: convert fetch_one to use struct refspecLibravatar Brandon Williams1-27/+19
2018-05-18remote: remove add_prune_tags_to_fetch_refspecLibravatar Brandon Williams1-1/+1
2018-05-18remote: convert fetch refspecs to struct refspecLibravatar Brandon Williams1-10/+10
2018-05-18refspec: rename struct refspec to struct refspec_itemLibravatar Brandon Williams1-6/+6
2018-05-18refspec: move refspec parsing logic into its own fileLibravatar Brandon Williams1-0/+1
2018-05-08Merge branch 'bw/protocol-v2'Libravatar Junio C Hamano1-2/+19
2018-04-26cache.h: add repository argument to oid_object_infoLibravatar Stefan Beller1-1/+1
2018-04-24fetch: send server options when using protocol v2Libravatar Brandon Williams1-0/+5
2018-04-24Merge branch 'bw/protocol-v2' into HEADLibravatar Junio C Hamano1-2/+19
2018-04-11Merge branch 'sb/object-store'Libravatar Junio C Hamano1-1/+1
2018-04-10Merge branch 'bc/object-id'Libravatar Junio C Hamano1-5/+5
2018-03-26object-store: close all packs upon clearing the object storeLibravatar Stefan Beller1-1/+1
2018-03-15fetch: pass ref prefixes when fetchingLibravatar Brandon Williams1-1/+18
2018-03-15transport: convert transport_get_remote_refs to take a list of ref prefixesLibravatar Brandon Williams1-2/+2
2018-03-14Merge branch 'nd/parseopt-completion'Libravatar Junio C Hamano1-1/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idLibravatar brian m. carlson1-1/+1
2018-03-14strbuf: convert strbuf_add_unique_abbrev to use struct object_idLibravatar brian m. carlson1-4/+4
2018-03-06Merge branch 'ab/fetch-prune'Libravatar Junio C Hamano1-8/+46
2018-02-13Merge branch 'jh/partial-clone'Libravatar Junio C Hamano1-6/+77
2018-02-09fetch: make the --prune-tags work with <url>Libravatar Ævar Arnfjörð Bjarmason1-3/+14
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configLibravatar Ævar Arnfjörð Bjarmason1-3/+29
2018-02-09fetch: stop accessing "remote" variable indirectlyLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2018-02-09fetch: trivially refactor assignment to ref_nrLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-02-09fetch: don't redundantly NULL something calloc() gave usLibravatar Ævar Arnfjörð Bjarmason1-1/+0
2018-02-09parse-options: let OPT__FORCE take optional flags argumentLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-12-28Merge branch 'jt/transport-hide-vtable'Libravatar Junio C Hamano1-3/+0
2017-12-14clone, fetch: remove redundant transport checkLibravatar Jonathan Tan1-3/+0
2017-12-12submodule: convert get_next_submodule to not rely on the_indexLibravatar Brandon Williams1-1/+3
2017-12-08fetch: inherit filter-spec from partial cloneLibravatar Jeff Hostetler1-3/+53
2017-12-08fetch: support filtersLibravatar Jeff Hostetler1-2/+21
2017-12-08fetch: refactor calculation of remote listLibravatar Jonathan Tan1-6/+8
2017-10-16Convert check_connected to use struct object_idLibravatar brian m. carlson1-2/+2
2017-10-16refs: update ref transactions to use struct object_idLibravatar brian m. carlson1-2/+2
2017-08-26Merge branch 'jt/packmigrate'Libravatar Junio C Hamano1-0/+1
2017-08-23pack: move pack-closing functionsLibravatar Jonathan Tan1-0/+1
2017-08-03submodule: remove gitmodules_configLibravatar Brandon Williams1-4/+0
2017-08-03fetch: don't overlay config with submodule-configLibravatar Brandon Williams1-1/+0
2017-08-02submodule: remove fetch.recursesubmodules from submodule-config parsingLibravatar Brandon Williams1-1/+7
2017-08-02submodule: remove submodule.fetchjobs from submodule-config parsingLibravatar Brandon Williams1-1/+17