summaryrefslogtreecommitdiff
path: root/t/t7406-submodule-update.sh
AgeCommit message (Expand)Author
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-11-19t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-10-01submodule update: silence underlying merge/rebase with "--quiet"Theodore Dubois
2020-06-24submodule: fall back to remote's HEAD for missing remote.<name>.branchJohannes Schindelin
2020-01-15test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateJonathan Nieder
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06fsck: reject submodule.update = !command in .gitmodulesJonathan Nieder
2019-12-06submodule: reject submodule.update = !command in .gitmodulesJonathan Nieder
2019-09-06t: use common $SQ variableDenton Liu
2019-03-07tests: always test fetch of unreachable with v0Jonathan Tan
2018-10-06t/*: fix ordering of expected/observed argumentsMatthew DeVore
2018-08-20Merge branch 'en/t7406-fixes'Junio C Hamano
2018-08-15Merge branch 'js/t7406-recursive-submodule-update-order-fix'Junio C Hamano
2018-08-08t7406: avoid using test_must_fail for commands other than gitElijah Newren
2018-08-08t7406: prefer test_* helper functions to test -[feds]Elijah Newren
2018-08-08t7406: avoid having git commands upstream of a pipeElijah Newren
2018-08-08t7406: simplify by using diff --name-only instead of diff --rawElijah Newren
2018-08-08t7406: fix call that was failing for the wrong reasonElijah Newren
2018-07-23t7406: avoid failures solely due to timing issuesJohannes Schindelin
2018-07-16t7000-t7999: fix broken &&-chainsEric Sunshine
2018-06-18t7406-submodule-update: fix broken &&-chainsSZEDER Gábor
2017-09-27t7406: submodule.<name>.update command must not be run from .gitmodulesStefan Beller
2017-05-11tests: fix tests broken under GETTEXT_POISON=YesPleaseÆvar Arnfjörð Bjarmason
2017-03-27Merge branch 'sb/submodule-update-initial-runs-custom-script'Junio C Hamano
2017-03-22t7406: correct test case for submodule-update initial populationJunio C Hamano
2017-02-03Merge branch 'sb/submodule-update-initial-runs-custom-script'Junio C Hamano
2017-01-26submodule update: run custom update script for initial populating as wellStefan Beller
2017-01-12submodule update --init: display correct path from submoduleStefan Beller
2016-08-10t7406: fix breakage on OSXStefan Beller
2016-08-03submodule update: allow '.' for branch valueStefan Beller
2016-08-01submodule update: respect depth in subsequent fetchesStefan Beller
2016-08-01t7406: future proof tests with hard coded depthStefan Beller
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2016-05-03submodule init: redirect stdout to stderrStefan Beller
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano
2016-03-30submodule update: test recursive path reporting from subdirectoryStefan Beller
2016-03-30submodule update: align reporting path for custom command executionStefan Beller
2016-03-30submodule update --init: correct path handling in recursive submodulesStefan Beller
2016-03-01clone: allow an explicit argument for parallel submodule clonesStefan Beller
2016-03-01submodule update: expose parallelism to the userStefan Beller
2016-01-08t/t7406-submodule-update.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-03-20t: fix trivial &&-chain breakageJeff King
2014-04-02Revert "submodule: explicit local branch creation in module_clone"Junio C Hamano
2014-02-27Merge branch 'wk/submodule-on-branch'Junio C Hamano
2014-02-24submodule: explicit local branch creation in module_cloneW. Trevor King