aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-29Merge branch 'cc/fetch-error-message-fix'Junio C Hamano1-2/+4
2019-01-27fetch: prefer suffix substitution in compact fetch.outputNguyễn Thái Ngọc Duy1-2/+6
2019-01-15filter-options: expand scaled numbersJosh Steadmon1-1/+6
2019-01-14fetch: fix extensions.partialclone name in error messageChristian Couder1-2/+4
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King1-4/+3
2018-12-09fetch: ensure submodule objects fetchedStefan Beller1-9/+2
2018-11-18Merge branch 'jk/unused-parameter-fixes'Junio C Hamano1-0/+2
2018-11-13Merge branch 'jc/war-on-string-list'Junio C Hamano1-46/+100
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King1-0/+2
2018-11-01fetch: replace string-list used as a look-up table with a hashmapJunio C Hamano1-46/+100
2018-10-19Merge branch 'jt/avoid-ls-refs'Junio C Hamano1-6/+26
2018-10-07fetch: do not list refs if fetching only hashesJonathan Tan1-6/+26
2018-09-21fetch: in partial clone, check presence of targetsJonathan Tan1-2/+13
2018-09-17Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano1-7/+13
2018-09-17Merge branch 'jk/cocci'Junio C Hamano1-3/+3
2018-09-17Merge branch 'ds/reachable'Junio C Hamano1-0/+1
2018-08-31fetch: stop clobbering existing tags without --forceÆvar Arnfjörð Bjarmason1-6/+12
2018-08-31fetch: change "branch" to "reference" in --force -h outputÆvar Arnfjörð Bjarmason1-1/+1
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King1-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-2/+2
2018-08-15Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano1-24/+4
2018-08-15Merge branch 'jt/tag-following-with-proto-v2-fix'Junio C Hamano1-1/+1
2018-08-02Merge branch 'jt/fetch-nego-tip'Junio C Hamano1-0/+43
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano1-3/+6
2018-08-01fetch-pack: unify ref in and out paramJonathan Tan1-24/+4
2018-07-24Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano1-56/+94
2018-07-24fetch: send "refs/tags/" prefix upon CLI refspecsJonathan Tan1-1/+1
2018-07-20commit.h: remove method declarationsDerrick Stolee1-0/+1
2018-07-18Merge branch 'ao/config-from-gitmodules'Junio C Hamano1-14/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-3/+4
2018-07-03fetch-pack: support negotiation tip whitelistJonathan Tan1-0/+43
2018-07-03fetch-pack: write shallow, then check connectivityJonathan Tan1-5/+10
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller1-3/+6
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-3/+4
2018-06-28fetch-pack: put shallow info in output parameterBrandon Williams1-4/+24
2018-06-28fetch: refactor to make function args narrowerBrandon Williams1-26/+26
2018-06-28fetch: refactor fetch_refs into two functionsBrandon Williams1-5/+18
2018-06-28fetch: refactor the population of peer ref OIDsBrandon Williams1-18/+18
2018-06-26submodule-config: add helper function to get 'fetch' config from .gitmodulesAntonio Ospite1-14/+1
2018-06-01Merge branch 'nd/use-opt-int-set-f'Junio C Hamano1-3/+3
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano1-78/+61
2018-05-24Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy1-3/+3
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano1-1/+1
2018-05-18path.c: migrate global git_path_* to take a repository argumentStefan Beller1-2/+2
2018-05-18shallow: add repository argument to is_repository_shallowStefan Beller1-1/+1
2018-05-18fetch: generate ref-prefixes when using a configured refspecBrandon Williams1-1/+9
2018-05-18refspec: consolidate ref-prefix generation logicBrandon Williams1-12/+1
2018-05-18remote: convert get_stale_heads to take a struct refspecBrandon Williams1-1/+1
2018-05-18fetch: convert prune_refs to take a struct refspecBrandon Williams1-6/+5
2018-05-18fetch: convert get_ref_map to take a struct refspecBrandon Williams1-23/+20