summaryrefslogtreecommitdiff
path: root/t/t5526-fetch-submodules.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano2019-01-291-0/+117
|\
| * fetch: ensure submodule objects fetchedStefan Beller2018-12-091-0/+117
* | submodule update: run at most one fetch job unless otherwise setJunio C Hamano2018-12-141-0/+2
|/
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-23/+22
|\
| * tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-2/+1
| * tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor2018-08-211-21/+21
* | t5000-t5999: fix broken &&-chainsEric Sunshine2018-07-161-1/+1
|/
* t5526: test recursive submodules when fetching moved submodulesStefan Beller2018-06-141-5/+1
* Merge branch 'sg/test-x'Junio C Hamano2018-03-141-1/+1
|\
| * t5526: use $TRASH_DIRECTORY to specify the path of GIT_TRACE log fileSZEDER Gábor2018-02-281-1/+1
* | Correct mispellings of ".gitmodule" to ".gitmodules"rd/typofixRobert P. J. Day2018-02-141-1/+1
|/
* implement fetching of moved submodulesHeiko Voigt2017-10-171-0/+35
* fetch: add test to make sure we stay backwards compatibleHeiko Voigt2017-10-081-1/+41
* Merge branch 'hv/t5526-andand-chain-fix'Junio C Hamano2017-08-231-4/+4
|\
| * t5526: fix some broken && chainshv/t5526-andand-chain-fixHeiko Voigt2017-08-171-4/+4
* | builtin/fetch.c: respect 'submodule.recurse' optionsb/submodule-blanket-recursiveStefan Beller2017-06-011-0/+10
|/
* submodule: avoid auto-discovery in prepare_submodule_repo_env()jc/submodule-anchor-git-dirJunio C Hamano2016-09-011-0/+35
* fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller2016-03-011-0/+14
* submodules: allow parallel fetching, add tests and documentationStefan Beller2015-12-161-0/+20
* submodule.c: write "Fetching submodule <foo>" to stderrJonathan Nieder2015-12-161-25/+26
* t: fix trivial &&-chain breakageJeff King2015-03-201-5/+5
* fetch: Also fetch submodules in subdirectories in on-demand modeJens Lehmann2011-06-201-8/+8
* i18n: do not overuse C_LOCALE_OUTPUTJunio C Hamano2011-04-121-57/+36
* Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano2011-04-041-0/+255
|\
| * fetch/pull: Don't recurse into a submodule when commits are already presentJens Lehmann2011-03-091-0/+19
| * Submodules: Add 'on-demand' value for the 'fetchRecurseSubmodule' optionJens Lehmann2011-03-091-0/+28
| * config: teach the fetch.recurseSubmodules option the 'on-demand' valueJens Lehmann2011-03-091-0/+28
| * fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann2011-03-091-0/+71
| * fetch/pull: recurse into submodules when necessaryJens Lehmann2011-03-091-0/+109
* | i18n: git-fetch formatting messagesÆvar Arnfjörð Bjarmason2011-03-091-8/+32
|/
* t5526: Fix wrong argument order in "git config"Jens Lehmann2011-01-311-1/+1
* Submodules: Add the "fetchRecurseSubmodules" config optionJens Lehmann2010-11-121-0/+50
* Add the 'fetch.recurseSubmodules' config settingJens Lehmann2010-11-121-0/+36
* fetch/pull: Add the --recurse-submodules optionJens Lehmann2010-11-121-0/+109