aboutsummaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAge
* Merge branch 'jt/transport-hide-vtable'Junio C Hamano2017-12-28
|\
| * clone, fetch: remove redundant transport checkJonathan Tan2017-12-14
* | submodule: convert get_next_submodule to not rely on the_indexBrandon Williams2017-12-12
* | Convert check_connected to use struct object_idbrian m. carlson2017-10-16
* | refs: update ref transactions to use struct object_idbrian m. carlson2017-10-16
|/
* Merge branch 'jt/packmigrate'Junio C Hamano2017-08-26
|\
| * pack: move pack-closing functionsJonathan Tan2017-08-23
* | submodule: remove gitmodules_configBrandon Williams2017-08-03
* | fetch: don't overlay config with submodule-configBrandon Williams2017-08-03
|/
* submodule: remove fetch.recursesubmodules from submodule-config parsingBrandon Williams2017-08-02
* submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams2017-08-02
* Merge branch 'sb/pull-rebase-submodule'Junio C Hamano2017-07-13
|\
| * builtin/fetch cleanup: always set default value for submodule recursingStefan Beller2017-06-27
| * builtin/fetch: parse recurse-submodules-default at default options parsingStefan Beller2017-06-23
| * builtin/fetch: factor submodule recurse parsing out to submodule configStefan Beller2017-06-23
* | Merge branch 'jt/unify-object-info'Junio C Hamano2017-07-05
|\ \
| * | sha1_file: refactor has_sha1_file_with_flagsJonathan Tan2017-06-26
| |/
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ | |/ |/|
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano2017-06-13
|\ \
| * | builtin/fetch.c: respect 'submodule.recurse' optionStefan Beller2017-06-01
| |/
* | ref_store: take a `msg` parameter when deleting referencesMichael Haggerty2017-05-23
* | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
|/
* Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\
| * submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson2017-03-28
* | fetch: use heap buffer to format reflogJeff King2017-03-30
|/
* 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