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