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-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-05-16test: do not negate test_path_is_* to assert absenseJunio C Hamano
2023-02-07tests: don't lose exit status with "test <op> $(git ...)"Ævar Arnfjörð Bjarmason
2023-02-07tests: don't lose exit status with "(cd ...; test <op> $(git ...))"Ævar Arnfjörð Bjarmason
2022-10-07Sync with 2.37.4Taylor Blau
2022-10-07Sync with 2.32.4Taylor Blau
2022-10-01t/lib-submodule-update.sh: allow local submodulesTaylor Blau
2022-06-06tests: don't assume a .git/info for .git/info/excludeÆvar Arnfjörð Bjarmason
2021-05-11submodule tests: use symbolic-ref --short to discover branch nameÆvar Arnfjörð Bjarmason
2020-12-02stash: remove unnecessary process forkingElijah Newren
2020-10-23tests: start moving to a different default main branch nameJohannes Schindelin
2020-07-30t: remove test_oid_init in testsbrian m. carlson
2020-07-07Merge branch 'dl/test-must-fail-fixes-5'Junio C Hamano
2020-06-24lib-submodule-update: pass 'test_must_fail' as an argumentDenton Liu
2020-06-12lib-submodule-update: prepend "git" to $commandDenton Liu
2020-04-29lib-submodule-update: consolidate --recurse-submodulesDenton Liu
2020-04-29lib-submodule-update: add space after function nameDenton Liu
2020-04-22Merge branch 'jk/test-cleanup'Junio C Hamano
2020-03-27t/lib-*.sh: drop executable bitJeff King
2020-02-20t/lib-submodule-update: add test removing nested submodulesPhilippe Blain
2020-02-20unpack-trees: check for missing submodule directory in merged_entryPhilippe Blain
2020-02-20t/lib-submodule-update: move a test to the right sectionPhilippe Blain
2020-02-20t/lib-submodule-update: remove outdated test descriptionPhilippe Blain
2019-04-01t/lib-submodule-update: use appropriate length constantbrian m. carlson
2018-12-26submodule deinit: unset core.worktreeStefan Beller
2018-12-26submodule: unset core.worktree if no working tree is presentStefan Beller
2018-09-08Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder
2018-08-03Merge branch 'es/test-fixes'Junio C Hamano
2018-07-25Merge branch 'sb/submodule-move-head-error-msg'Junio C Hamano
2018-07-03t/lib-submodule-update: fix "absorbing" testEric Sunshine
2018-06-25submodule.c: report the submodule that an error occurs inStefan Beller
2018-06-19submodule deinit: unset core.worktreeStefan Beller
2018-06-15submodule: unset core.worktree if no working tree is presentStefan Beller
2018-01-05submodule: submodule_move_head omits old argument in forced caseStefan Beller
2018-01-05t/lib-submodule-update.sh: fix test ignoring ignored files in submodulesStefan Beller
2018-01-05t/lib-submodule-update.sh: clarify testStefan Beller
2017-12-06Merge branch 'jt/submodule-tests-cleanup'Junio C Hamano
2017-12-06Merge branch 'sb/submodule-recursive-checkout-detach-head'Junio C Hamano
2017-11-22Tests: clean up submodule recursive helpersJonathan Tan
2017-11-08Tests: clean up and document submodule helpersJonathan Tan
2017-07-25recursive submodules: detach HEAD from new stateStefan Beller
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller
2017-05-30submodule test invocation: only pass additional argumentsStefan Beller
2017-05-29Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-05-04submodule: properly recurse for read-tree and checkoutStefan Beller
2017-04-19submodule.c: submodule_move_head works with broken submodulesStefan Beller
2017-04-19submodule.c: uninitialized submodules are ignored in recursive commandsStefan Beller
2017-03-17builtin/read-tree: add --recurse-submodules switchStefan Beller
2017-03-17builtin/checkout: add --recurse-submodules switchStefan Beller