summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'ab/fetch-prune'Junio C Hamano2018-03-061-8/+46
|\ \ \ | |_|/ |/| |
| * | fetch: make the --prune-tags work with <url>ab/fetch-pruneÆvar Arnfjörð Bjarmason2018-02-091-3/+14
| * | fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason2018-02-091-3/+29
| * | fetch: stop accessing "remote" variable indirectlyÆvar Arnfjörð Bjarmason2018-02-091-2/+2
| * | fetch: trivially refactor assignment to ref_nrÆvar Arnfjörð Bjarmason2018-02-091-1/+1
| * | fetch: don't redundantly NULL something calloc() gave usÆvar Arnfjörð Bjarmason2018-02-091-1/+0
| |/
* | Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-6/+77
|\ \ | |/ |/|
| * fetch: inherit filter-spec from partial cloneJeff Hostetler2017-12-081-3/+53
| * fetch: support filtersJeff Hostetler2017-12-081-2/+21
| * fetch: refactor calculation of remote listJonathan Tan2017-12-081-6/+8
* | Merge branch 'jt/transport-hide-vtable'Junio C Hamano2017-12-281-3/+0
|\ \
| * | clone, fetch: remove redundant transport checkJonathan Tan2017-12-141-3/+0
| |/
* | submodule: convert get_next_submodule to not rely on the_indexbw/submodule-sans-cache-compatBrandon Williams2017-12-121-1/+3
* | Convert check_connected to use struct object_idbrian m. carlson2017-10-161-2/+2
* | refs: update ref transactions to use struct object_idbrian m. carlson2017-10-161-2/+2
|/
* Merge branch 'jt/packmigrate'Junio C Hamano2017-08-261-0/+1
|\
| * pack: move pack-closing functionsJonathan Tan2017-08-231-0/+1
* | submodule: remove gitmodules_configBrandon Williams2017-08-031-4/+0
* | fetch: don't overlay config with submodule-configBrandon Williams2017-08-031-1/+0
|/
* submodule: remove fetch.recursesubmodules from submodule-config parsingBrandon Williams2017-08-021-1/+7
* submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams2017-08-021-1/+17
* Merge branch 'sb/pull-rebase-submodule'Junio C Hamano2017-07-131-25/+11
|\
| * builtin/fetch cleanup: always set default value for submodule recursingStefan Beller2017-06-271-3/+2
| * builtin/fetch: parse recurse-submodules-default at default options parsingStefan Beller2017-06-231-9/+10
| * builtin/fetch: factor submodule recurse parsing out to submodule configStefan Beller2017-06-231-16/+2
* | Merge branch 'jt/unify-object-info'Junio C Hamano2017-07-051-4/+6
|\ \
| * | sha1_file: refactor has_sha1_file_with_flagsjt/unify-object-infoJonathan Tan2017-06-261-4/+6
| |/
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ | |/ |/|
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano2017-06-131-0/+7
|\ \
| * | builtin/fetch.c: respect 'submodule.recurse' optionsb/submodule-blanket-recursiveStefan Beller2017-06-011-0/+7
| |/
* | ref_store: take a `msg` parameter when deleting referencesMichael Haggerty2017-05-231-1/+1
* | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-3/+4
|/
* Merge branch 'bc/object-id'Junio C Hamano2017-04-191-3/+3
|\
| * submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson2017-03-281-3/+3
* | fetch: use heap buffer to format reflogJeff King2017-03-301-2/+4
|/
* Merge branch 'js/remote-rename-with-half-configured-remote'Junio C Hamano2017-01-311-1/+1
|\
| * remote rename: more carefully determine whether a remote is configuredjs/remote-rename-with-half-configured-remoteJohannes Schindelin2017-01-191-1/+1
| * Merge branch 'jk/fetch-quick-tag-following' into maintJunio C Hamano2016-10-281-4/+7
| |\
* | \ Merge branch 'jt/fetch-no-redundant-tag-fetch-map'Junio C Hamano2017-01-101-3/+0
|\ \ \
| * | | fetch: do not redundantly calculate tag refmapjt/fetch-no-redundant-tag-fetch-mapJonathan Tan2016-11-111-3/+0
* | | | clone,fetch: explain the shallow-clone option a little more clearlyah/grammosAlex Henrie2016-12-051-1/+1
* | | | Merge branch 'jc/abbrev-auto'Junio C Hamano2016-10-271-16/+21
|\ \ \ \