aboutsummaryrefslogtreecommitdiff
path: root/t/t5526-fetch-submodules.sh
AgeCommit message (Expand)Author
2026-03-03submodule: fetch missing objects from default remoteNasser Grainawi
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-09-05submodule: fix leaking fetch task dataPatrick Steinhardt
2024-01-29t5526: break test submodule differentlyPatrick Steinhardt
2023-11-03t: convert tests to not write references via the filesystemPatrick Steinhardt
2023-05-10fetch: fix `--no-recurse-submodules` with multi-remote fetchesPatrick Steinhardt
2023-03-09fetch: pass --no-write-fetch-head to subprocessesEric Wong
2022-10-31submodule tests: reset "trace.out" between "grep" invocationsÆvar Arnfjörð Bjarmason
2022-10-27Merge branch 'ab/run-hook-api-cleanup'Junio C Hamano
2022-10-12run-command API: don't fall back on online_cpus()Ævar Arnfjörð Bjarmason
2022-10-06Sync with 2.36.3Taylor Blau
2022-10-06Sync with 2.35.5Taylor Blau
2022-10-06Sync with 2.34.5Taylor Blau
2022-10-06Sync with 2.33.5Taylor Blau
2022-10-06Sync with 2.30.6Taylor Blau
2022-10-01t/t5NNN: allow local submodulesTaylor Blau
2022-05-18fetch: do not run a redundant fetch from submoduleJunio C Hamano
2022-03-16fetch: fetch unpopulated, changed submodulesGlen Choo
2022-03-07t5526: create superproject commits with test helperGlen Choo
2022-03-07t5526: stop asserting on stderr literallyGlen Choo
2022-03-07t5526: introduce test helper to assert on fetchesGlen Choo
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin
2021-10-08submodule: pass repo to check_has_commit()Jonathan Tan
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-02-05Merge branch 'pk/subsub-fetch-fix-take-2' into maintJunio C Hamano
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-06Merge 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