aboutsummaryrefslogtreecommitdiff
path: root/t/t5526-fetch-submodules.sh
Commit message (Expand)AuthorAge
* implement fetching of moved submodulesHeiko Voigt2017-10-17
* fetch: add test to make sure we stay backwards compatibleHeiko Voigt2017-10-08
* Merge branch 'hv/t5526-andand-chain-fix'Junio C Hamano2017-08-23
|\
| * t5526: fix some broken && chainsHeiko Voigt2017-08-17
* | builtin/fetch.c: respect 'submodule.recurse' optionStefan Beller2017-06-01
|/
* submodule: avoid auto-discovery in prepare_submodule_repo_env()Junio C Hamano2016-09-01
* fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller2016-03-01
* submodules: allow parallel fetching, add tests and documentationStefan Beller2015-12-16
* submodule.c: write "Fetching submodule <foo>" to stderrJonathan Nieder2015-12-16
* t: fix trivial &&-chain breakageJeff King2015-03-20
* fetch: Also fetch submodules in subdirectories in on-demand modeJens Lehmann2011-06-20
* i18n: do not overuse C_LOCALE_OUTPUTJunio C Hamano2011-04-12
* Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano2011-04-04
|\
| * fetch/pull: Don't recurse into a submodule when commits are already presentJens Lehmann2011-03-09
| * Submodules: Add 'on-demand' value for the 'fetchRecurseSubmodule' optionJens Lehmann2011-03-09
| * config: teach the fetch.recurseSubmodules option the 'on-demand' valueJens Lehmann2011-03-09
| * fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann2011-03-09
| * fetch/pull: recurse into submodules when necessaryJens Lehmann2011-03-09
* | i18n: git-fetch formatting messagesÆvar Arnfjörð Bjarmason2011-03-09
|/
* t5526: Fix wrong argument order in "git config"Jens Lehmann2011-01-31
* Submodules: Add the "fetchRecurseSubmodules" config optionJens Lehmann2010-11-12
* Add the 'fetch.recurseSubmodules' config settingJens Lehmann2010-11-12
* fetch/pull: Add the --recurse-submodules optionJens Lehmann2010-11-12