aboutsummaryrefslogtreecommitdiffstats
path: root/t/lib-submodule-update.sh
AgeCommit message (Expand)AuthorFilesLines
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-1/+1
2023-05-16test: do not negate test_path_is_* to assert absenseJunio C Hamano1-1/+1
2023-02-06tests: don't lose exit status with "test <op> $(git ...)"Ævar Arnfjörð Bjarmason1-1/+3
2023-02-06tests: don't lose exit status with "(cd ...; test <op> $(git ...))"Ævar Arnfjörð Bjarmason1-13/+9
2022-10-06Sync with 2.37.4Taylor Blau1-0/+1
2022-10-06Sync with 2.32.4Taylor Blau1-0/+1
2022-10-01t/lib-submodule-update.sh: allow local submodulesTaylor Blau1-0/+1
2022-06-06tests: don't assume a .git/info for .git/info/excludeÆvar Arnfjörð Bjarmason1-2/+5
2021-05-11submodule tests: use symbolic-ref --short to discover branch nameÆvar Arnfjörð Bjarmason1-1/+2
2020-12-01stash: remove unnecessary process forkingElijah Newren1-8/+8
2020-10-23tests: start moving to a different default main branch nameJohannes Schindelin1-1/+1
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-1/+0
2020-07-06Merge branch 'dl/test-must-fail-fixes-5'Junio C Hamano1-21/+54
2020-06-24lib-submodule-update: pass 'test_must_fail' as an argumentDenton Liu1-13/+42
2020-06-12lib-submodule-update: prepend "git" to $commandDenton Liu1-5/+9
2020-04-29lib-submodule-update: consolidate --recurse-submodulesDenton Liu1-3/+3
2020-04-29lib-submodule-update: add space after function nameDenton Liu1-3/+3
2020-04-22Merge branch 'jk/test-cleanup'Junio C Hamano1-0/+0
2020-03-27t/lib-*.sh: drop executable bitJeff King1-0/+0
2020-02-19t/lib-submodule-update: add test removing nested submodulesPhilippe Blain1-2/+18
2020-02-19unpack-trees: check for missing submodule directory in merged_entryPhilippe Blain1-0/+14
2020-02-19t/lib-submodule-update: move a test to the right sectionPhilippe Blain1-16/+17
2020-02-19t/lib-submodule-update: remove outdated test descriptionPhilippe Blain1-1/+0
2019-04-01t/lib-submodule-update: use appropriate length constantbrian m. carlson1-1/+2
2018-12-26submodule deinit: unset core.worktreeStefan Beller1-1/+1
2018-12-26submodule: unset core.worktree if no working tree is presentStefan Beller1-1/+2
2018-09-07Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder1-3/+2
2018-08-02Merge branch 'es/test-fixes'Junio C Hamano1-3/+2
2018-07-24Merge branch 'sb/submodule-move-head-error-msg'Junio C Hamano1-1/+2
2018-07-03t/lib-submodule-update: fix "absorbing" testEric Sunshine1-3/+2
2018-06-25submodule.c: report the submodule that an error occurs inStefan Beller1-1/+2
2018-06-19submodule deinit: unset core.worktreeStefan Beller1-1/+1
2018-06-14submodule: unset core.worktree if no working tree is presentStefan Beller1-1/+2
2018-01-05submodule: submodule_move_head omits old argument in forced caseStefan Beller1-0/+14
2018-01-05t/lib-submodule-update.sh: fix test ignoring ignored files in submodulesStefan Beller1-0/+1
2018-01-05t/lib-submodule-update.sh: clarify testStefan Beller1-2/+2
2017-12-06Merge branch 'jt/submodule-tests-cleanup'Junio C Hamano1-218/+125
2017-12-06Merge branch 'sb/submodule-recursive-checkout-detach-head'Junio C Hamano1-0/+17
2017-11-22Tests: clean up submodule recursive helpersJonathan Tan1-218/+125
2017-11-08Tests: clean up and document submodule helpersJonathan Tan1-205/+46
2017-07-25recursive submodules: detach HEAD from new stateStefan Beller1-0/+17
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano1-4/+18
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller1-0/+12
2017-05-30submodule test invocation: only pass additional argumentsStefan Beller1-4/+6
2017-05-29Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano1-6/+1
2017-05-04submodule: properly recurse for read-tree and checkoutStefan Beller1-6/+1
2017-04-18submodule.c: submodule_move_head works with broken submodulesStefan Beller1-3/+20
2017-04-18submodule.c: uninitialized submodules are ignored in recursive commandsStefan Beller1-0/+1
2017-03-16builtin/read-tree: add --recurse-submodules switchStefan Beller1-1/+6
2017-03-16builtin/checkout: add --recurse-submodules switchStefan Beller1-5/+21
2017-03-15lib-submodule-update.sh: define tests for recursing into submodulesStefan Beller1-2/+504
2017-03-15lib-submodule-update.sh: replace sha1 by hashStefan Beller1-3/+3
2017-03-15lib-submodule-update: teach test_submodule_content the -C <dir> flagStefan Beller1-0/+5
2017-03-15lib-submodule-update.sh: do not use ./. as submodule remoteStefan Beller1-2/+13
2017-03-15lib-submodule-update.sh: reorder create_lib_submodule_repoStefan Beller1-20/+29
2017-01-13lib-submodule-update.sh: reduce use of subshell by using "git -C"Stefan Beller1-4/+1
2014-07-14stash: add t3906 for submodule updatesJens Lehmann1-5/+18
2014-07-14cherry-pick: add t3512 for submodule updatesJens Lehmann1-3/+12
2014-07-14merge: add t7613 for submodule updatesJens Lehmann1-3/+21
2014-07-14submodules: add the lib-submodule-update.sh test libraryJens Lehmann1-0/+640