summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)Author
2018-05-08Merge branch 'bw/protocol-v2'Junio 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
2018-02-09fetch: trivially refactor assignment to ref_nrÆvar Arnfjörð Bjarmason
2018-02-09fetch: don't redundantly NULL something calloc() gave usÆvar Arnfjörð Bjarmason
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy
2017-12-28Merge branch 'jt/transport-hide-vtable'Junio C Hamano
2017-12-14clone, fetch: remove redundant transport checkJonathan Tan
2017-12-12submodule: convert get_next_submodule to not rely on the_indexBrandon Williams
2017-12-08fetch: inherit filter-spec from partial cloneJeff Hostetler
2017-12-08fetch: support filtersJeff Hostetler
2017-12-08fetch: refactor calculation of remote listJonathan Tan
2017-10-16Convert check_connected to use struct object_idbrian m. carlson
2017-10-16refs: update ref transactions to use struct object_idbrian m. carlson
2017-08-27Merge branch 'jt/packmigrate'Junio C Hamano
2017-08-23pack: move pack-closing functionsJonathan Tan
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-08-03fetch: don't overlay config with submodule-configBrandon Williams
2017-08-02submodule: remove fetch.recursesubmodules from submodule-config parsingBrandon Williams
2017-08-02submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams
2017-07-13Merge branch 'sb/pull-rebase-submodule'Junio C Hamano
2017-07-05Merge branch 'jt/unify-object-info'Junio C Hamano
2017-06-27builtin/fetch cleanup: always set default value for submodule recursingStefan Beller
2017-06-26sha1_file: refactor has_sha1_file_with_flagsJonathan Tan
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-23builtin/fetch: parse recurse-submodules-default at default options parsingStefan Beller
2017-06-23builtin/fetch: factor submodule recurse parsing out to submodule configStefan Beller
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano
2017-06-01builtin/fetch.c: respect 'submodule.recurse' optionStefan Beller
2017-05-23ref_store: take a `msg` parameter when deleting referencesMichael Haggerty
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-03-30fetch: use heap buffer to format reflogJeff King
2017-03-28submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson
2017-01-31Merge branch 'js/remote-rename-with-half-configured-remote'Junio C Hamano
2017-01-19remote rename: more carefully determine whether a remote is configuredJohannes Schindelin
2017-01-10Merge branch 'jt/fetch-no-redundant-tag-fetch-map'Junio C Hamano
2016-12-05clone,fetch: explain the shallow-clone option a little more clearlyAlex Henrie