aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5526-fetch-submodules.sh
AgeCommit message (Expand)AuthorFilesLines
2024-01-29t5526: break test submodule differentlyPatrick Steinhardt1-1/+1
2023-11-03t: convert tests to not write references via the filesystemPatrick Steinhardt1-1/+1
2023-05-10fetch: fix `--no-recurse-submodules` with multi-remote fetchesPatrick Steinhardt1-0/+13
2023-03-09fetch: pass --no-write-fetch-head to subprocessesEric Wong1-0/+13
2022-10-31submodule tests: reset "trace.out" between "grep" invocationsÆvar Arnfjörð Bjarmason1-0/+8
2022-10-27Merge branch 'ab/run-hook-api-cleanup'Junio C Hamano1-1/+7
2022-10-12run-command API: don't fall back on online_cpus()Ævar Arnfjörð Bjarmason1-1/+7
2022-10-06Sync with 2.36.3Taylor Blau1-0/+1
2022-10-06Sync with 2.35.5Taylor Blau1-0/+1
2022-10-06Sync with 2.34.5Taylor Blau1-0/+1
2022-10-06Sync with 2.33.5Taylor Blau1-0/+1
2022-10-06Sync with 2.30.6Taylor Blau1-0/+1
2022-10-01t/t5NNN: allow local submodulesTaylor Blau1-0/+1
2022-05-18fetch: do not run a redundant fetch from submoduleJunio C Hamano1-0/+27
2022-03-16fetch: fetch unpopulated, changed submodulesGlen Choo1-2/+266
2022-03-07t5526: create superproject commits with test helperGlen Choo1-50/+45
2022-03-07t5526: stop asserting on stderr literallyGlen Choo1-61/+56
2022-03-07t5526: introduce test helper to assert on fetchesGlen Choo1-55/+84
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin1-3/+0
2021-10-08submodule: pass repo to check_has_commit()Jonathan Tan1-0/+3
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-19/+19
2021-02-05Merge branch 'pk/subsub-fetch-fix-take-2' into maintJunio C Hamano1-0/+117
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-0/+3
2021-01-06Merge branch 'pk/subsub-fetch-fix-take-2'Junio C Hamano1-0/+117
2020-12-09submodules: fix of regression on fetching of non-init subsub-repoPeter Kaestle1-0/+117
2020-12-04t5526: drop the prereq expecting the default branch name `main`Johannes Schindelin1-21/+21
2020-12-04t5526: avoid depending on a specific default branch nameJohannes Schindelin1-19/+22
2020-12-03Merge branch 'pk/subsub-fetch-fix'Junio C Hamano1-63/+0
2020-12-02Revert "submodules: fix of regression on fetching of non-init subsub-repo"Junio C Hamano1-63/+0
2020-11-25Merge branch 'pk/subsub-fetch-fix'Junio C Hamano1-0/+63
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-11-12submodules: fix of regression on fetching of non-init subsub-repoPeter Kaestle1-0/+63
2020-10-23tests: prepare aligned mentions of the default branch nameJohannes Schindelin1-35/+35
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano1-0/+117
2018-12-14submodule update: run at most one fetch job unless otherwise setJunio C Hamano1-0/+2
2018-12-09fetch: ensure submodule objects fetchedStefan Beller1-0/+117
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-23/+22
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-2/+1
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor1-21/+21
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine1-1/+1
2018-06-14t5526: test recursive submodules when fetching moved submodulesStefan Beller1-5/+1
2018-03-14Merge branch 'sg/test-x'Junio C Hamano1-1/+1
2018-02-28t5526: use $TRASH_DIRECTORY to specify the path of GIT_TRACE log fileSZEDER Gábor1-1/+1
2018-02-14Correct mispellings of ".gitmodule" to ".gitmodules"Robert P. J. Day1-1/+1
2017-10-17implement fetching of moved submodulesHeiko Voigt1-0/+35
2017-10-08fetch: add test to make sure we stay backwards compatibleHeiko Voigt1-1/+41
2017-08-23Merge branch 'hv/t5526-andand-chain-fix'Junio C Hamano1-4/+4
2017-08-17t5526: fix some broken && chainsHeiko Voigt1-4/+4
2017-06-01builtin/fetch.c: respect 'submodule.recurse' optionStefan Beller1-0/+10
2016-09-01submodule: avoid auto-discovery in prepare_submodule_repo_env()Junio C Hamano1-0/+35
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller1-0/+14
2015-12-16submodules: allow parallel fetching, add tests and documentationStefan Beller1-0/+20
2015-12-16submodule.c: write "Fetching submodule <foo>" to stderrJonathan Nieder1-25/+26
2015-03-20t: fix trivial &&-chain breakageJeff King1-5/+5
2011-06-20fetch: Also fetch submodules in subdirectories in on-demand modeJens Lehmann1-8/+8
2011-04-12i18n: do not overuse C_LOCALE_OUTPUTJunio C Hamano1-57/+36
2011-04-04Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano1-0/+255
2011-03-09i18n: git-fetch formatting messagesÆvar Arnfjörð Bjarmason1-8/+32
2011-03-09fetch/pull: Don't recurse into a submodule when commits are already presentJens Lehmann1-0/+19
2011-03-09Submodules: Add 'on-demand' value for the 'fetchRecurseSubmodule' optionJens Lehmann1-0/+28
2011-03-09config: teach the fetch.recurseSubmodules option the 'on-demand' valueJens Lehmann1-0/+28
2011-03-09fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann1-0/+71
2011-03-09fetch/pull: recurse into submodules when necessaryJens Lehmann1-0/+109
2011-01-31t5526: Fix wrong argument order in "git config"Jens Lehmann1-1/+1
2010-11-12Submodules: Add the "fetchRecurseSubmodules" config optionJens Lehmann1-0/+50
2010-11-12Add the 'fetch.recurseSubmodules' config settingJens Lehmann1-0/+36
2010-11-12fetch/pull: Add the --recurse-submodules optionJens Lehmann1-0/+109