aboutsummaryrefslogtreecommitdiffstats
path: root/t/t7406-submodule-update.sh
AgeCommit message (Expand)AuthorFilesLines
2025-07-07Merge branch 'jk/submodule-remote-lookup-cleanup'Junio C Hamano1-0/+61
2025-06-23submodule: look up remotes by URL firstJacob Keller1-0/+32
2025-06-23submodule--helper: improve logic for fallback remote nameJacob Keller1-0/+29
2025-05-16pack-objects: introduce GIT_TEST_PACK_PATH_WALKDerrick Stolee1-0/+3
2025-02-12Merge branch 'ds/name-hash-tweaks'Junio C Hamano1-1/+3
2025-01-27pack-objects: add GIT_TEST_NAME_HASH_VERSIONDerrick Stolee1-1/+3
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-09-27submodule: fix leaking update strategyPatrick Steinhardt1-0/+1
2024-04-19Sync with 2.42.2Johannes Schindelin1-0/+48
2024-04-19Sync with 2.41.1Johannes Schindelin1-0/+48
2024-04-17clone: when symbolic links collide with directories, keep the latterJohannes Schindelin1-2/+2
2024-04-17submodules: submodule paths must not contain symlinksJohannes Schindelin1-0/+48
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-3/+3
2023-06-14diff-lib: honor override_submodule_config flag bitJosip Sokcevic1-0/+23
2022-10-06Sync with 2.37.4Taylor Blau1-0/+1
2022-10-06Sync with 2.35.5Taylor Blau1-0/+1
2022-10-06Sync with 2.32.4Taylor Blau1-0/+1
2022-10-06Sync with 2.31.5Taylor Blau1-0/+1
2022-10-06Sync with 2.30.6Taylor Blau1-0/+1
2022-10-01t/t7NNN: allow local submodulesTaylor Blau1-0/+1
2022-09-02submodule--helper: return "ret", not "1" from update_submodule()Ævar Arnfjörð Bjarmason1-1/+1
2022-06-30submodule--helper update: use display path helperGlen Choo1-2/+2
2022-06-30submodule--helper tests: add missing "display path" coverageGlen Choo1-0/+62
2022-06-28submodule update: remove "-v" optionÆvar Arnfjörð Bjarmason1-1/+1
2022-04-26submodule--helper: fix initialization of warn_if_uninitializedOrgad Shaneh1-0/+33
2022-03-04submodule update: add tests for --filterGlen Choo1-0/+12
2022-03-04submodule tests: test for init and update failure outputÆvar Arnfjörð Bjarmason1-2/+12
2021-07-12submodule: prefix die messages with 'fatal'Atharva Raykar1-5/+5
2021-05-03submodule update: silence underlying fetch with "--quiet"Nicholas Clark1-0/+24
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-8/+8
2020-11-19t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin1-20/+20
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-10-01submodule update: silence underlying merge/rebase with "--quiet"Theodore Dubois1-0/+12
2020-06-24submodule: fall back to remote's HEAD for missing remote.<name>.branchJohannes Schindelin1-0/+16
2020-01-15test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateJonathan Nieder1-1/+1
2019-12-06Sync with 2.23.1Johannes Schindelin1-6/+22
2019-12-06Sync with 2.21.1Johannes Schindelin1-6/+22
2019-12-06Sync with 2.19.3Johannes Schindelin1-6/+22
2019-12-06Sync with 2.18.2Johannes Schindelin1-6/+22
2019-12-06Sync with 2.17.3Johannes Schindelin1-6/+22
2019-12-06fsck: reject submodule.update = !command in .gitmodulesJonathan Nieder1-0/+14
2019-12-06submodule: reject submodule.update = !command in .gitmodulesJonathan Nieder1-6/+8
2019-09-06t: use common $SQ variableDenton Liu1-2/+1
2019-03-07tests: always test fetch of unreachable with v0Jonathan Tan1-1/+4
2018-10-07t/*: fix ordering of expected/observed argumentsMatthew DeVore1-4/+4
2018-08-20Merge branch 'en/t7406-fixes'Junio C Hamano1-14/+23
2018-08-15Merge branch 'js/t7406-recursive-submodule-update-order-fix'Junio C Hamano1-5/+6
2018-08-08t7406: avoid using test_must_fail for commands other than gitElijah Newren1-1/+1
2018-08-08t7406: prefer test_* helper functions to test -[feds]Elijah Newren1-3/+3
2018-08-08t7406: avoid having git commands upstream of a pipeElijah Newren1-9/+17
2018-08-08t7406: simplify by using diff --name-only instead of diff --rawElijah Newren1-5/+5
2018-08-08t7406: fix call that was failing for the wrong reasonElijah Newren1-1/+2
2018-07-23t7406: avoid failures solely due to timing issuesJohannes Schindelin1-5/+6
2018-07-16t7000-t7999: fix broken &&-chainsEric Sunshine1-3/+3
2018-06-18t7406-submodule-update: fix broken &&-chainsSZEDER Gábor1-6/+6
2017-09-27t7406: submodule.<name>.update command must not be run from .gitmodulesStefan Beller1-0/+8
2017-05-11tests: fix tests broken under GETTEXT_POISON=YesPleaseÆvar Arnfjörð Bjarmason1-1/+1
2017-03-27Merge branch 'sb/submodule-update-initial-runs-custom-script'Junio C Hamano1-3/+3
2017-03-22t7406: correct test case for submodule-update initial populationJunio C Hamano1-3/+3
2017-02-03Merge branch 'sb/submodule-update-initial-runs-custom-script'Junio C Hamano1-0/+12
2017-01-26submodule update: run custom update script for initial populating as wellStefan Beller1-0/+12
2017-01-12submodule update --init: display correct path from submoduleStefan Beller1-0/+17
2016-08-10t7406: fix breakage on OSXStefan Beller1-1/+1
2016-08-03submodule update: allow '.' for branch valueStefan Beller1-1/+34
2016-08-01submodule update: respect depth in subsequent fetchesStefan Beller1-0/+16
2016-08-01t7406: future proof tests with hard coded depthStefan Beller1-8/+11
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida1-5/+5
2016-05-03submodule init: redirect stdout to stderrStefan Beller1-6/+18
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano1-5/+81
2016-03-30submodule update: test recursive path reporting from subdirectoryStefan Beller1-0/+20
2016-03-30submodule update: align reporting path for custom command executionStefan Beller1-3/+26
2016-03-30submodule update --init: correct path handling in recursive submodulesStefan Beller1-0/+33
2016-03-01clone: allow an explicit argument for parallel submodule clonesStefan Beller1-0/+15
2016-03-01submodule update: expose parallelism to the userStefan Beller1-0/+12
2016-01-08t/t7406-submodule-update.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2015-03-20t: fix trivial &&-chain breakageJeff King1-1/+1
2014-04-02Revert "submodule: explicit local branch creation in module_clone"Junio C Hamano1-38/+1
2014-02-27Merge branch 'wk/submodule-on-branch'Junio C Hamano1-1/+37
2014-02-24submodule: explicit local branch creation in module_cloneW. Trevor King1-1/+38
2013-12-05Merge branch 'jl/submodule-update-retire-orig-flags'Junio C Hamano1-0/+11
2013-12-02submodule: do not copy unknown update mode from .gitmodulesJunio C Hamano1-0/+15
2013-11-11submodule update: remove unnecessary orig_flags variableJens Lehmann1-0/+11
2013-09-17t7406-submodule-update: add missing &&Tay Ray Chuan1-1/+1
2013-07-15Merge branch 'fg/submodule-clone-depth'Junio C Hamano1-7/+17
2013-07-03Add --depth to submodule update/addFredrik Gustafsson1-7/+17
2013-07-03submodule update: allow custom command to update submodule working treeChris Packham1-0/+29
2013-06-17submodule: drop the top-level requirementJohn Keeping1-0/+15
2013-04-18Merge branch 'jc/push-2.0-default-to-simple' (early part)Junio C Hamano1-2/+2
2013-04-01Merge branch 'nd/branch-show-rebase-bisect-state'Junio C Hamano1-2/+4
2013-03-21Merge branch 'we/submodule-update-prefix-output'Junio C Hamano1-1/+2
2013-03-16status: show more info than "currently not on any branch"Nguyễn Thái Ngọc Duy1-2/+4
2013-03-03submodule update: when using recursion, show full pathWilliam Entriken1-1/+2
2013-01-04t7406: do not assume the "matching" push is the defaultJunio C Hamano1-2/+2
2012-12-19submodule update: add --remote for submodule's upstream changesW. Trevor King1-0/+31
2012-09-30submodule add: Fail when .git/modules/<name> already exists unless forcedJens Lehmann1-1/+1
2012-09-03Merge branch 'sz/submodule-force-update'Junio C Hamano1-0/+12
2012-08-27Merge branch 'jc/maint-t7406-rev-parse-max-count-huh'Junio C Hamano1-8/+8
2012-08-24Make 'git submodule update --force' always check out submodules.Stefan Zager1-0/+12
2012-07-30t7406: fix misleading "rev-parse --max-count=1 HEAD"Junio C Hamano1-8/+8
2012-07-12submodules: don't stumble over symbolic links when cloning recursivelyJens Lehmann1-0/+13
2012-03-04submodules: refactor computation of relative gitdir pathJens Lehmann1-0/+17
2012-01-24submodule add: fix breakage when re-adding a deep submoduleJens Lehmann1-0/+8
2011-10-10Merge branch 'hv/submodule-update-none'Junio C Hamano1-0/+62
2011-08-22Move git-dir for submodulesFredrik Gustafsson1-0/+107
2011-08-11add update 'none' flag to disable update of submodule by defaultHeiko Voigt1-0/+62
2011-07-13Merge branch 'fg/submodule-keep-updating'Junio C Hamano1-0/+144
2011-06-13submodule update: continue when a checkout failsFredrik Gustafsson1-0/+144
2011-05-21i18n: git-submodule $update_module say + die messagesÆvar Arnfjörð Bjarmason1-1/+1
2011-05-02Merge branch 'nm/submodule-update-force'Junio C Hamano1-0/+23
2011-04-04Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano1-0/+20
2011-04-04submodule: Add --force option for git submodule updateNicolas Morey-Chaisemartin1-0/+23
2011-03-09submodule update: Don't fetch when the submodule commit is already presentJens Lehmann1-0/+20
2011-02-17t7406: "git submodule update {--merge|--rebase]" with new submodulesSpencer E. Olson1-0/+52
2010-09-03t7406 & t7407: add missing && at end of linesJens Lehmann1-1/+1
2010-03-06t7406: Fix submodule init config testsStephen Boyd1-8/+16
2009-11-29t3409 t4107 t7406 t9150: use dashless commandsMatthew Ogilvie1-2/+2
2009-06-03git-submodule: add support for --merge.Johan Herland1-1/+59
2009-06-03Rename submodule.<name>.rebase to submodule.<name>.updateJohan Herland1-8/+8
2009-04-24git-submodule: add support for --rebase.Peter Hutterer1-0/+140