Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28Merge branch 'ab/run-hook-api-cleanup'Junio C Hamano
2022-10-13run-command API: don't fall back on online_cpus()Ævar Arnfjörð Bjarmason
2022-10-07Sync with 2.36.3Taylor Blau
2022-10-07Sync with 2.35.5Taylor Blau
2022-10-07Sync with 2.34.5Taylor Blau
2022-10-07Sync with 2.33.5Taylor Blau
2022-10-07Sync 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-17fetch: fetch unpopulated, changed submodulesGlen Choo
2022-03-08t5526: create superproject commits with test helperGlen Choo
2022-03-08t5526: stop asserting on stderr literallyGlen Choo
2022-03-08t5526: introduce test helper to assert on fetchesGlen Choo
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin
2021-10-09submodule: pass repo to check_has_commit()Jonathan Tan
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-02-06Merge branch 'pk/subsub-fetch-fix-take-2' into maintJunio C Hamano
2021-01-26Merge 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-03Revert "submodules: fix of regression on fetching of non-init subsub-repo"Junio C Hamano
2020-11-26Merge branch 'pk/subsub-fetch-fix'Junio C Hamano
2020-11-20tests: 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-28Merge 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-17t5000-t5999: fix broken &&-chainsEric Sunshine
2018-06-15t5526: 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-24Merge branch 'hv/t5526-andand-chain-fix'Junio C Hamano
2017-08-18t5526: fix some broken && chainsHeiko Voigt
2017-06-01builtin/fetch.c: respect 'submodule.recurse' optionStefan Beller
2016-09-02submodule: avoid auto-discovery in prepare_submodule_repo_env()Junio C Hamano
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller