summaryrefslogtreecommitdiff
path: root/t/t7406-submodule-update.sh
AgeCommit message (Expand)AuthorFilesLines
2022-03-04submodule update: add tests for --filterLibravatar Glen Choo1-0/+12
2022-03-04submodule tests: test for init and update failure outputLibravatar Ævar Arnfjörð Bjarmason1-2/+12
2021-07-12submodule: prefix die messages with 'fatal'Libravatar Atharva Raykar1-5/+5
2021-05-03submodule update: silence underlying fetch with "--quiet"Libravatar Nicholas Clark1-0/+24
2021-02-10tests: remove most uses of test_i18ncmpLibravatar Ævar Arnfjörð Bjarmason1-8/+8
2020-11-19t7[0-4]*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-20/+20
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2020-10-01submodule update: silence underlying merge/rebase with "--quiet"Libravatar Theodore Dubois1-0/+12
2020-06-24submodule: fall back to remote's HEAD for missing remote.<name>.branchLibravatar Johannes Schindelin1-0/+16
2020-01-15test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateLibravatar Jonathan Nieder1-1/+1
2019-12-06Sync with 2.23.1Libravatar Johannes Schindelin1-6/+22
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin1-6/+22
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin1-6/+22
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin1-6/+22
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin1-6/+22
2019-12-06fsck: reject submodule.update = !command in .gitmodulesLibravatar Jonathan Nieder1-0/+14
2019-12-06submodule: reject submodule.update = !command in .gitmodulesLibravatar Jonathan Nieder1-6/+8
2019-09-06t: use common $SQ variableLibravatar Denton Liu1-2/+1
2019-03-07tests: always test fetch of unreachable with v0Libravatar Jonathan Tan1-1/+4
2018-10-07t/*: fix ordering of expected/observed argumentsLibravatar Matthew DeVore1-4/+4
2018-08-20Merge branch 'en/t7406-fixes'Libravatar Junio C Hamano1-14/+23
2018-08-15Merge branch 'js/t7406-recursive-submodule-update-order-fix'Libravatar Junio C Hamano1-5/+6
2018-08-08t7406: avoid using test_must_fail for commands other than gitLibravatar Elijah Newren1-1/+1
2018-08-08t7406: prefer test_* helper functions to test -[feds]Libravatar Elijah Newren1-3/+3
2018-08-08t7406: avoid having git commands upstream of a pipeLibravatar Elijah Newren1-9/+17
2018-08-08t7406: simplify by using diff --name-only instead of diff --rawLibravatar Elijah Newren1-5/+5
2018-08-08t7406: fix call that was failing for the wrong reasonLibravatar Elijah Newren1-1/+2
2018-07-23t7406: avoid failures solely due to timing issuesLibravatar Johannes Schindelin1-5/+6
2018-07-16t7000-t7999: fix broken &&-chainsLibravatar Eric Sunshine1-3/+3
2018-06-18t7406-submodule-update: fix broken &&-chainsLibravatar SZEDER Gábor1-6/+6
2017-09-27t7406: submodule.<name>.update command must not be run from .gitmodulesLibravatar Stefan Beller1-0/+8
2017-05-11tests: fix tests broken under GETTEXT_POISON=YesPleaseLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2017-03-27Merge branch 'sb/submodule-update-initial-runs-custom-script'Libravatar Junio C Hamano1-3/+3
2017-03-22t7406: correct test case for submodule-update initial populationLibravatar Junio C Hamano1-3/+3
2017-02-03Merge branch 'sb/submodule-update-initial-runs-custom-script'Libravatar Junio C Hamano1-0/+12
2017-01-26submodule update: run custom update script for initial populating as wellLibravatar Stefan Beller1-0/+12
2017-01-12submodule update --init: display correct path from submoduleLibravatar Stefan Beller1-0/+17
2016-08-10t7406: fix breakage on OSXLibravatar Stefan Beller1-1/+1
2016-08-03submodule update: allow '.' for branch valueLibravatar Stefan Beller1-1/+34
2016-08-01submodule update: respect depth in subsequent fetchesLibravatar Stefan Beller1-0/+16
2016-08-01t7406: future proof tests with hard coded depthLibravatar Stefan Beller1-8/+11
2016-06-17tests: use test_i18n* functions to suppress false positivesLibravatar Vasco Almeida1-5/+5
2016-05-03submodule init: redirect stdout to stderrLibravatar Stefan Beller1-6/+18
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initLibravatar Junio C Hamano1-5/+81
2016-03-30submodule update: test recursive path reporting from subdirectoryLibravatar Stefan Beller1-0/+20
2016-03-30submodule update: align reporting path for custom command executionLibravatar Stefan Beller1-3/+26
2016-03-30submodule update --init: correct path handling in recursive submodulesLibravatar Stefan Beller1-0/+33
2016-03-01clone: allow an explicit argument for parallel submodule clonesLibravatar Stefan Beller1-0/+15
2016-03-01submodule update: expose parallelism to the userLibravatar Stefan Beller1-0/+12
2016-01-08t/t7406-submodule-update.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2