summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/unused-parameter-fixes'Junio C Hamano2018-11-181-0/+2
|\
| * assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+2
* | Merge branch 'jc/war-on-string-list'Junio C Hamano2018-11-131-46/+100
|\ \ | |/ |/|
| * fetch: replace string-list used as a look-up table with a hashmapJunio C Hamano2018-11-011-46/+100
* | Merge branch 'jt/avoid-ls-refs'Junio C Hamano2018-10-191-6/+26
|\ \
| * | fetch: do not list refs if fetching only hashesJonathan Tan2018-10-071-6/+26
| |/
* / fetch: in partial clone, check presence of targetsJonathan Tan2018-09-211-2/+13
|/
* Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano2018-09-171-7/+13
|\
| * fetch: stop clobbering existing tags without --forceÆvar Arnfjörð Bjarmason2018-08-311-6/+12
| * fetch: change "branch" to "reference" in --force -h outputÆvar Arnfjörð Bjarmason2018-08-311-1/+1
* | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-3/+3
|\ \
| * | convert "hashcmp() == 0" to hasheq()Jeff King2018-08-291-1/+1
| * | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-2/+2
* | | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-0/+1
|\ \ \ | |/ / |/| |
| * | commit.h: remove method declarationsDerrick Stolee2018-07-211-0/+1
* | | Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-08-161-24/+4
|\ \ \
| * | | fetch-pack: unify ref in and out paramJonathan Tan2018-08-021-24/+4
* | | | Merge branch 'jt/tag-following-with-proto-v2-fix'Junio C Hamano2018-08-161-1/+1
|\ \ \ \
| * | | | fetch: send "refs/tags/" prefix upon CLI refspecsJonathan Tan2018-07-241-1/+1
* | | | | Merge branch 'jt/fetch-nego-tip'Junio C Hamano2018-08-031-0/+43
|\ \ \ \ \
| * | | | | fetch-pack: support negotiation tip whitelistJonathan Tan2018-07-041-0/+43
| |/ / / /
* | | | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-031-3/+6
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-3/+6
| * | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-3/+4
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-07-241-56/+94
|\ \ \ \ | | |_|/ | |/| |
| * | | fetch-pack: write shallow, then check connectivityJonathan Tan2018-07-031-5/+10
| * | | fetch-pack: put shallow info in output parameterBrandon Williams2018-06-281-4/+24
| * | | fetch: refactor to make function args narrowerBrandon Williams2018-06-281-26/+26
| * | | fetch: refactor fetch_refs into two functionsBrandon Williams2018-06-281-5/+18
| * | | fetch: refactor the population of peer ref OIDsBrandon Williams2018-06-281-18/+18
| |/ /
* | | Merge branch 'ao/config-from-gitmodules'Junio C Hamano2018-07-181-14/+1
|\ \ \
| * | | submodule-config: add helper function to get 'fetch' config from .gitmodulesAntonio Ospite2018-06-261-14/+1
| |/ /
* | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-3/+4
|\ \ \ | |/ / |/| / | |/
| * path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-2/+2
| * shallow: add repository argument to is_repository_shallowStefan Beller2018-05-181-1/+1
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'nd/use-opt-int-set-f'Junio C Hamano2018-06-011-3/+3
|\ \
| * | Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy2018-05-241-3/+3
* | | Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-05-301-78/+61
|\ \ \ | |/ / |/| |
| * | fetch: generate ref-prefixes when using a configured refspecBrandon Williams2018-05-171-1/+9
| * | refspec: consolidate ref-prefix generation logicBrandon Williams2018-05-171-12/+1
| * | remote: convert get_stale_heads to take a struct refspecBrandon Williams2018-05-171-1/+1
| * | fetch: convert prune_refs to take a struct refspecBrandon Williams2018-05-171-6/+5
| * | fetch: convert get_ref_map to take a struct refspecBrandon Williams2018-05-171-23/+20
| * | fetch: convert do_fetch to take a struct refspecBrandon Williams2018-05-171-5/+5
| * | fetch: convert refmap to use struct refspecBrandon Williams2018-05-171-10/+7
| * | fetch: convert fetch_one to use struct refspecBrandon Williams2018-05-171-27/+19
| * | remote: remove add_prune_tags_to_fetch_refspecBrandon Williams2018-05-171-1/+1
| * | remote: convert fetch refspecs to struct refspecBrandon Williams2018-05-171-10/+10
| * | refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-171-6/+6