summaryrefslogtreecommitdiffstats
path: root/t/t5526-fetch-submodules.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin2021-12-051-3/+0
* submodule: pass repo to check_has_commit()Jonathan Tan2021-10-091-0/+3
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-111-19/+19
* Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-0/+3
|\
| * tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
* | Merge branch 'pk/subsub-fetch-fix-take-2'Junio C Hamano2021-01-071-0/+117
|\ \
| * | submodules: fix of regression on fetching of non-init subsub-repoPeter Kaestle2020-12-091-0/+117
* | | t5526: drop the prereq expecting the default branch name `main`Johannes Schindelin2020-12-041-21/+21
* | | t5526: avoid depending on a specific default branch nameJohannes Schindelin2020-12-041-19/+22
* | | Merge branch 'pk/subsub-fetch-fix'Junio C Hamano2020-12-031-63/+0
|\ \ \
| * | | Revert "submodules: fix of regression on fetching of non-init subsub-repo"Junio C Hamano2020-12-031-63/+0
* | | | Merge branch 'pk/subsub-fetch-fix'Junio C Hamano2020-11-261-0/+63
|\| | | | |_|/ |/| |
| * | submodules: fix of regression on fetching of non-init subsub-repoPeter Kaestle2020-11-121-0/+63
| |/
* / tests: prepare aligned mentions of the default branch nameJohannes Schindelin2020-10-231-35/+35
|/
* 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"Robert 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 && chainsHeiko Voigt2017-08-171-4/+4
* | builtin/fetch.c: respect 'submodule.recurse' optionStefan Beller2017-06-011-0/+10
|/
* submodule: avoid auto-discovery in prepare_submodule_repo_env()Junio 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-051-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-101-8/+32
|/
* t5526: Fix wrong argument order in "git config"Jens Lehmann2011-01-311-1/+1
* Submodules: Add the "fetchRecurseSubmodules" config optionJens Lehmann2010-11-131-0/+50
* Add the 'fetch.recurseSubmodules' config settingJens Lehmann2010-11-131-0/+36
* fetch/pull: Add the --recurse-submodules optionJens Lehmann2010-11-131-0/+109