summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in translatable strings for v2.21.0Jean-Noël Avila2019-02-111-1/+1
* Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-4/+3
|\
| * convert has_sha1_file() callers to has_object_file()Jeff King2019-01-081-4/+3
* | Merge branch 'nd/fetch-compact-update'Junio C Hamano2019-02-051-2/+6
|\ \
| * | fetch: prefer suffix substitution in compact fetch.outputNguyễn Thái Ngọc Duy2019-01-271-2/+6
| |/
* | Merge branch 'js/filter-options-should-use-plain-int'Junio C Hamano2019-02-051-1/+6
|\ \
| * | filter-options: expand scaled numbersJosh Steadmon2019-01-151-1/+6
| |/
* | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano2019-01-291-9/+2
|\ \
| * | fetch: ensure submodule objects fetchedStefan Beller2018-12-091-9/+2
| |/
* | Merge branch 'cc/fetch-error-message-fix'Junio C Hamano2019-01-291-2/+4
|\ \ | |/ |/|
| * fetch: fix extensions.partialclone name in error messageChristian Couder2019-01-141-2/+4
* | 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-201-0/+1
* | | | Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-08-151-24/+4
|\ \ \ \
| * | | | fetch-pack: unify ref in and out paramJonathan Tan2018-08-011-24/+4
* | | | | Merge branch 'jt/tag-following-with-proto-v2-fix'Junio C Hamano2018-08-151-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-021-0/+43
|\ \ \ \ \
| * | | | | fetch-pack: support negotiation tip whitelistJonathan Tan2018-07-031-0/+43
| |/ / / /
* | | | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-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
|\ \ \ | |/ / |/| |