summaryrefslogtreecommitdiff
path: root/t/t5526-fetch-submodules.sh
AgeCommit message (Expand)Author
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-07Merge branch 'pk/subsub-fetch-fix-take-2'Junio C Hamano
2020-12-09submodules: fix of regression on fetching of non-init subsub-repoPeter Kaestle
2020-12-04t5526: drop the prereq expecting the default branch name `main`Johannes Schindelin
2020-12-04t5526: avoid depending on a specific default branch nameJohannes Schindelin
2020-12-03Merge branch 'pk/subsub-fetch-fix'Junio C Hamano
2020-12-02Revert "submodules: fix of regression on fetching of non-init subsub-repo"Junio C Hamano
2020-11-25Merge branch 'pk/subsub-fetch-fix'Junio C Hamano
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-11-12submodules: fix of regression on fetching of non-init subsub-repoPeter Kaestle
2020-10-23tests: prepare aligned mentions of the default branch nameJohannes Schindelin
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano
2018-12-14submodule update: run at most one fetch job unless otherwise setJunio C Hamano
2018-12-09fetch: ensure submodule objects fetchedStefan Beller
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine
2018-06-14t5526: test recursive submodules when fetching moved submodulesStefan Beller
2018-03-14Merge branch 'sg/test-x'Junio C Hamano
2018-02-28t5526: use $TRASH_DIRECTORY to specify the path of GIT_TRACE log fileSZEDER Gábor
2018-02-14Correct mispellings of ".gitmodule" to ".gitmodules"Robert P. J. Day
2017-10-17implement fetching of moved submodulesHeiko Voigt
2017-10-08fetch: add test to make sure we stay backwards compatibleHeiko Voigt
2017-08-23Merge branch 'hv/t5526-andand-chain-fix'Junio C Hamano
2017-08-17t5526: fix some broken && chainsHeiko Voigt
2017-06-01builtin/fetch.c: respect 'submodule.recurse' optionStefan Beller
2016-09-01submodule: avoid auto-discovery in prepare_submodule_repo_env()Junio C Hamano
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller
2015-12-16submodules: allow parallel fetching, add tests and documentationStefan Beller
2015-12-16submodule.c: write "Fetching submodule <foo>" to stderrJonathan Nieder
2015-03-20t: fix trivial &&-chain breakageJeff King
2011-06-20fetch: Also fetch submodules in subdirectories in on-demand modeJens Lehmann
2011-04-12i18n: do not overuse C_LOCALE_OUTPUTJunio C Hamano
2011-04-04Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano
2011-03-10i18n: git-fetch formatting messagesÆvar Arnfjörð Bjarmason
2011-03-09fetch/pull: Don't recurse into a submodule when commits are already presentJens Lehmann
2011-03-09Submodules: Add 'on-demand' value for the 'fetchRecurseSubmodule' optionJens Lehmann
2011-03-09config: teach the fetch.recurseSubmodules option the 'on-demand' valueJens Lehmann
2011-03-09fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann
2011-03-09fetch/pull: recurse into submodules when necessaryJens Lehmann
2011-01-31t5526: Fix wrong argument order in "git config"Jens Lehmann
2010-11-12Submodules: Add the "fetchRecurseSubmodules" config optionJens Lehmann
2010-11-12Add the 'fetch.recurseSubmodules' config settingJens Lehmann
2010-11-12fetch/pull: Add the --recurse-submodules optionJens Lehmann