summaryrefslogtreecommitdiff
path: root/t/t5526-fetch-submodules.sh
Commit message (Expand)AuthorAgeFilesLines
* fetch: fix `--no-recurse-submodules` with multi-remote fetchesPatrick Steinhardt2023-05-101-0/+13
* fetch: pass --no-write-fetch-head to subprocessesEric Wong2023-03-091-0/+13
* submodule tests: reset "trace.out" between "grep" invocationsÆvar Arnfjörð Bjarmason2022-10-311-0/+8
* Merge branch 'ab/run-hook-api-cleanup'Junio C Hamano2022-10-271-1/+7
|\
| * run-command API: don't fall back on online_cpus()Ævar Arnfjörð Bjarmason2022-10-121-1/+7
* | Sync with 2.36.3Taylor Blau2022-10-061-0/+1
|\ \ | |/ |/|
| * Sync with 2.35.5Taylor Blau2022-10-061-0/+1
| |\
| | * Sync with 2.34.5Taylor Blau2022-10-061-0/+1
| | |\
| | | * Sync with 2.33.5Taylor Blau2022-10-061-0/+1
| | | |\
| | | | * Sync with 2.30.6Taylor Blau2022-10-061-0/+1
| | | | |\
| | | | | * t/t5NNN: allow local submodulesTaylor Blau2022-10-011-0/+1
| | | | | * Merge branch 'pk/subsub-fetch-fix-take-2' into maintJunio C Hamano2021-02-051-0/+117
| | | | | |\
* | | | | | | fetch: do not run a redundant fetch from submoduleJunio C Hamano2022-05-181-0/+27
|/ / / / / /
* | | | | | fetch: fetch unpopulated, changed submodulesGlen Choo2022-03-161-2/+266
* | | | | | t5526: create superproject commits with test helperGlen Choo2022-03-071-50/+45
* | | | | | t5526: stop asserting on stderr literallyGlen Choo2022-03-071-61/+56
* | | | | | t5526: introduce test helper to assert on fetchesGlen Choo2022-03-071-55/+84
|/ / / / /
* | | | | 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-081-0/+3
|/ / /
* | | tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-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-191-0/+3
* | | | Merge branch 'pk/subsub-fetch-fix-take-2'Junio C Hamano2021-01-061-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-021-63/+0
* | | | Merge branch 'pk/subsub-fetch-fix'Junio C Hamano2020-11-251-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"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