summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)Author
2017-12-28Merge branch 'jt/transport-hide-vtable'Junio C Hamano
2017-12-14clone, fetch: remove redundant transport checkJonathan Tan
2017-12-12submodule: convert get_next_submodule to not rely on the_indexBrandon Williams
2017-10-16Convert check_connected to use struct object_idbrian m. carlson
2017-10-16refs: update ref transactions to use struct object_idbrian m. carlson
2017-08-27Merge branch 'jt/packmigrate'Junio C Hamano
2017-08-23pack: move pack-closing functionsJonathan Tan
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-08-03fetch: don't overlay config with submodule-configBrandon Williams
2017-08-02submodule: remove fetch.recursesubmodules from submodule-config parsingBrandon Williams
2017-08-02submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams
2017-07-13Merge branch 'sb/pull-rebase-submodule'Junio C Hamano
2017-07-05Merge branch 'jt/unify-object-info'Junio C Hamano
2017-06-27builtin/fetch cleanup: always set default value for submodule recursingStefan Beller
2017-06-26sha1_file: refactor has_sha1_file_with_flagsJonathan Tan
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-23builtin/fetch: parse recurse-submodules-default at default options parsingStefan Beller
2017-06-23builtin/fetch: factor submodule recurse parsing out to submodule configStefan Beller
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano
2017-06-01builtin/fetch.c: respect 'submodule.recurse' optionStefan Beller
2017-05-23ref_store: take a `msg` parameter when deleting referencesMichael Haggerty
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-03-30fetch: use heap buffer to format reflogJeff King
2017-03-28submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson
2017-01-31Merge branch 'js/remote-rename-with-half-configured-remote'Junio C Hamano
2017-01-19remote rename: more carefully determine whether a remote is configuredJohannes Schindelin
2017-01-10Merge branch 'jt/fetch-no-redundant-tag-fetch-map'Junio C Hamano
2016-12-05clone,fetch: explain the shallow-clone option a little more clearlyAlex Henrie
2016-11-11fetch: do not redundantly calculate tag refmapJonathan Tan
2016-10-28Merge branch 'jk/fetch-quick-tag-following' into maintJunio C Hamano
2016-10-27Merge branch 'jc/abbrev-auto'Junio C Hamano
2016-10-27Merge branch 'lt/abbrev-auto'Junio C Hamano
2016-10-26Merge branch 'jk/fetch-quick-tag-following'Junio C Hamano
2016-10-21transport: allow summary-width to be computed dynamicallyJunio C Hamano
2016-10-21fetch: pass summary_width down the callchainJunio C Hamano
2016-10-14fetch: use "quick" has_sha1_file for tag followingJeff King
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano
2016-10-03abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizingJunio C Hamano
2016-08-03Merge branch 'jk/push-progress'Junio C Hamano
2016-07-25Merge branch 'mh/ref-iterators'Junio C Hamano
2016-07-20check_everything_connected: use a struct with named optionsJeff King
2016-07-19Merge branch 'nd/fetch-ref-summary'Junio C Hamano
2016-07-11Merge branch 'km/fetch-do-not-free-remote-name' into maintJunio C Hamano
2016-07-06Merge branch 'km/fetch-do-not-free-remote-name'Junio C Hamano
2016-07-06fetch: reduce duplicate in ref update status lines with placeholderNguyễn Thái Ngọc Duy
2016-07-06fetch: align all "remote -> local" outputNguyễn Thái Ngọc Duy
2016-06-27fetch: change flag code for displaying tag update and deleted refNguyễn Thái Ngọc Duy
2016-06-27fetch: refactor ref update status formatting codeNguyễn Thái Ngọc Duy