summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Convert check_connected to use struct object_idbrian m. carlson2017-10-161-2/+2
* refs: update ref transactions to use struct object_idbrian m. carlson2017-10-161-2/+2
* Merge branch 'jt/packmigrate'Junio C Hamano2017-08-261-0/+1
|\
| * pack: move pack-closing functionsJonathan Tan2017-08-231-0/+1
* | submodule: remove gitmodules_configBrandon Williams2017-08-031-4/+0
* | fetch: don't overlay config with submodule-configBrandon Williams2017-08-031-1/+0
|/
* submodule: remove fetch.recursesubmodules from submodule-config parsingBrandon Williams2017-08-021-1/+7
* submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams2017-08-021-1/+17
* Merge branch 'sb/pull-rebase-submodule'Junio C Hamano2017-07-131-25/+11
|\
| * builtin/fetch cleanup: always set default value for submodule recursingStefan Beller2017-06-271-3/+2
| * builtin/fetch: parse recurse-submodules-default at default options parsingStefan Beller2017-06-231-9/+10
| * builtin/fetch: factor submodule recurse parsing out to submodule configStefan Beller2017-06-231-16/+2
* | Merge branch 'jt/unify-object-info'Junio C Hamano2017-07-051-4/+6
|\ \
| * | sha1_file: refactor has_sha1_file_with_flagsjt/unify-object-infoJonathan Tan2017-06-261-4/+6
| |/
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ | |/ |/|
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano2017-06-131-0/+7
|\ \
| * | builtin/fetch.c: respect 'submodule.recurse' optionsb/submodule-blanket-recursiveStefan Beller2017-06-011-0/+7
| |/
* | ref_store: take a `msg` parameter when deleting referencesMichael Haggerty2017-05-231-1/+1
* | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-3/+4
|/
* Merge branch 'bc/object-id'Junio C Hamano2017-04-191-3/+3
|\
| * submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson2017-03-281-3/+3
* | fetch: use heap buffer to format reflogJeff King2017-03-301-2/+4
|/
* 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
| | |_|/ / / | |/| | | |