aboutsummaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAge
* Merge branch 'js/remote-rename-with-half-configured-remote'Junio C Hamano2017-01-31
|\
| * remote rename: more carefully determine whether a remote is configuredJohannes Schindelin2017-01-19
| * Merge branch 'jk/fetch-quick-tag-following' into maintJunio C Hamano2016-10-28
| |\
* | \ Merge branch 'jt/fetch-no-redundant-tag-fetch-map'Junio C Hamano2017-01-10
|\ \ \
| * | | fetch: do not redundantly calculate tag refmapJonathan Tan2016-11-11
* | | | clone,fetch: explain the shallow-clone option a little more clearlyAlex Henrie2016-12-05
* | | | Merge branch 'jc/abbrev-auto'Junio C Hamano2016-10-27
|\ \ \ \
| * | | | transport: allow summary-width to be computed dynamicallyJunio C Hamano2016-10-21
| * | | | fetch: pass summary_width down the callchainJunio C Hamano2016-10-21
* | | | | Merge branch 'lt/abbrev-auto'Junio C Hamano2016-10-27
|\ \ \ \ \ | |/ / / /
| * | | | abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizingJunio C Hamano2016-10-03
| | |/ / | |/| |
* | | | Merge branch 'jk/fetch-quick-tag-following'Junio C Hamano2016-10-26
|\ \ \ \ | | |_|/ | |/| |
| * | | fetch: use "quick" has_sha1_file for tag followingJeff King2016-10-14
| * | | Merge branch 'km/fetch-do-not-free-remote-name' into maintJunio C Hamano2016-07-11
| |\ \ \
* | \ \ \ Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy2016-06-13
| * | | | fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-13
| * | | | fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-13
* | | | | Merge branch 'jk/push-progress'Junio C Hamano2016-08-03
|\ \ \ \ \
| * | | | | check_everything_connected: use a struct with named optionsJeff King2016-07-20
* | | | | | Merge branch 'mh/ref-iterators'Junio C Hamano2016-07-25
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | delete_refs(): add a flags argumentMichael Haggerty2016-06-20
* | | | | | Merge branch 'nd/fetch-ref-summary'Junio C Hamano2016-07-19
|\ \ \ \ \ \
| * | | | | | fetch: reduce duplicate in ref update status lines with placeholderNguyễn Thái Ngọc Duy2016-07-06
| * | | | | | fetch: align all "remote -> local" outputNguyễn Thái Ngọc Duy2016-07-06
| * | | | | | fetch: change flag code for displaying tag update and deleted refNguyễn Thái Ngọc Duy2016-06-27
| * | | | | | fetch: refactor ref update status formatting codeNguyễn Thái Ngọc Duy2016-06-27
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'km/fetch-do-not-free-remote-name'Junio C Hamano2016-07-06
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | builtin/fetch.c: don't free remote->name after fetchKeith McGuigan2016-06-14
| | |_|/ | |/| |
* | | | Merge branch 'nd/error-errno'Junio C Hamano2016-05-17
|\ \ \ \ | |_|/ / |/| | |
| * | | builtin/fetch.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09
| |/ /
* | | Merge branch 'sb/submodule-parallel-update'Junio C Hamano2016-04-06
|\ \ \ | |/ / |/| |
| * | fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller2016-03-01
* | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \ \
| * | | use st_add and st_mult for allocation size computationJeff King2016-02-22
| * | | Merge branch 'js/close-packs-before-gc' into maintJunio C Hamano2016-02-05
| |\ \ \
| * \ \ \ Merge branch 'js/fopen-harder' into maintJunio C Hamano2016-02-05
| |\ \ \ \
* | \ \ \ \ Merge branch 'tg/git-remote'Junio C Hamano2016-02-26
|\ \ \ \ \ \
| * | | | | | remote: simplify remote_is_configured()Thomas Gummerer2016-02-16
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-24
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | connect & http: support -4 and -6 switches for remote operationsEric Wong2016-02-12
| |/ / / /
* | | | | Merge branch 'js/close-packs-before-gc'Junio C Hamano2016-01-26
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | fetch: release pack files before garbage-collectingJohannes Schindelin2016-01-13
| |/ / /
* | | | Merge branch 'js/fopen-harder'Junio C Hamano2016-01-20
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Handle more file writes correctly in shared reposJohannes Schindelin2016-01-11
* | | submodules: allow parallel fetching, add tests and documentationStefan Beller2015-12-16
| |/ |/|
* | Remove get_object_hash.brian m. carlson2015-11-20
* | Add several uses of get_object_hash.brian m. carlson2015-11-20
* | Convert struct ref to use object_id.brian m. carlson2015-11-20
* | use alloc_ref rather than hand-allocating "struct ref"Jeff King2015-10-05