summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | transport: allow summary-width to be computed dynamicallyJunio C Hamano2016-10-211-2/+2
| * | | | fetch: pass summary_width down the callchainJunio C Hamano2016-10-211-16/+21
* | | | | Merge branch 'lt/abbrev-auto'Junio C Hamano2016-10-271-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizingJunio C Hamano2016-10-031-0/+3
| | |/ / | |/| |
* | | | Merge branch 'jk/fetch-quick-tag-following'Junio C Hamano2016-10-261-4/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | fetch: use "quick" has_sha1_file for tag followingjk/fetch-quick-tag-followingJeff King2016-10-141-4/+7
| * | | Merge branch 'km/fetch-do-not-free-remote-name' into maintJunio C Hamano2016-07-111-4/+2
| |\ \ \
* | \ \ \ Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-7/+43
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepenNguyễn Thái Ngọc Duy2016-06-131-1/+13
| * | | | fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-131-3/+10
| * | | | fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-131-6/+23
* | | | | Merge branch 'jk/push-progress'Junio C Hamano2016-08-031-2/+4
|\ \ \ \ \
| * | | | | check_everything_connected: use a struct with named optionsJeff King2016-07-201-2/+4
* | | | | | Merge branch 'mh/ref-iterators'Junio C Hamano2016-07-251-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | delete_refs(): add a flags argumentMichael Haggerty2016-06-201-1/+1
* | | | | | Merge branch 'nd/fetch-ref-summary'Junio C Hamano2016-07-191-40/+157
|\ \ \ \ \ \
| * | | | | | fetch: reduce duplicate in ref update status lines with placeholderNguyễn Thái Ngọc Duy2016-07-061-1/+76
| * | | | | | fetch: align all "remote -> local" outputNguyễn Thái Ngọc Duy2016-07-061-2/+45
| * | | | | | fetch: change flag code for displaying tag update and deleted refNguyễn Thái Ngọc Duy2016-06-271-2/+2
| * | | | | | fetch: refactor ref update status formatting codeNguyễn Thái Ngọc Duy2016-06-271-39/+38
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'km/fetch-do-not-free-remote-name'Junio C Hamano2016-07-061-4/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | builtin/fetch.c: don't free remote->name after fetchkm/fetch-do-not-free-remote-nameKeith McGuigan2016-06-141-4/+2
| | |_|/ | |/| |
* | | | Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | builtin/fetch.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-2/+2
| |/ /
* | | Merge branch 'sb/submodule-parallel-update'Junio C Hamano2016-04-061-1/+1
|\ \ \ | |/ / |/| |
| * | fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller2016-03-011-1/+1
* | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-1/+1
|\ \ \
| * | | use st_add and st_mult for allocation size computationJeff King2016-02-221-1/+1
| * | | Merge branch 'js/close-packs-before-gc' into maintJunio C Hamano2016-02-051-0/+2
| |\ \ \
| * \ \ \ Merge branch 'js/fopen-harder' into maintJunio C Hamano2016-02-051-1/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'tg/git-remote'Junio C Hamano2016-02-261-3/+2
|\ \ \ \ \ \
| * | | | | | remote: simplify remote_is_configured()Thomas Gummerer2016-02-161-3/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-241-0/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | connect & http: support -4 and -6 switches for remote operationsew/force-ipv4Eric Wong2016-02-121-0/+6
| |/ / / /
* | | | | Merge branch 'js/close-packs-before-gc'Junio C Hamano2016-01-261-0/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | fetch: release pack files before garbage-collectingJohannes Schindelin2016-01-131-0/+2
| |/ / /
* | | | Merge branch 'js/fopen-harder'Junio C Hamano2016-01-201-1/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Handle more file writes correctly in shared reposjs/fopen-harderJohannes Schindelin2016-01-111-1/+1
* | | submodules: allow parallel fetching, add tests and documentationStefan Beller2015-12-161-1/+5
| |/ |/|
* | Remove get_object_hash.brian m. carlson2015-11-201-2/+2
* | Add several uses of get_object_hash.brian m. carlson2015-11-201-2/+2
* | Convert struct ref to use object_id.brian m. carlson2015-11-201-25/+25
* | use alloc_ref rather than hand-allocating "struct ref"Jeff King2015-10-051-2/+1