summaryrefslogtreecommitdiff
path: root/t/t7406-submodule-update.sh
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-20t: fix trivial &&-chain breakageLibravatar Jeff King1-1/+1
2014-04-02Revert "submodule: explicit local branch creation in module_clone"Libravatar Junio C Hamano1-38/+1
2014-02-27Merge branch 'wk/submodule-on-branch'Libravatar Junio C Hamano1-1/+37
2014-02-24submodule: explicit local branch creation in module_cloneLibravatar W. Trevor King1-1/+38
2013-12-05Merge branch 'jl/submodule-update-retire-orig-flags'Libravatar Junio C Hamano1-0/+11
2013-12-02submodule: do not copy unknown update mode from .gitmodulesLibravatar Junio C Hamano1-0/+15
2013-11-11submodule update: remove unnecessary orig_flags variableLibravatar Jens Lehmann1-0/+11
2013-09-17t7406-submodule-update: add missing &&Libravatar Tay Ray Chuan1-1/+1
2013-07-15Merge branch 'fg/submodule-clone-depth'Libravatar Junio C Hamano1-7/+17
2013-07-03Add --depth to submodule update/addLibravatar Fredrik Gustafsson1-7/+17
2013-07-03submodule update: allow custom command to update submodule working treeLibravatar Chris Packham1-0/+29
2013-06-17submodule: drop the top-level requirementLibravatar John Keeping1-0/+15
2013-04-18Merge branch 'jc/push-2.0-default-to-simple' (early part)Libravatar Junio C Hamano1-2/+2
2013-04-01Merge branch 'nd/branch-show-rebase-bisect-state'Libravatar Junio C Hamano1-2/+4
2013-03-21Merge branch 'we/submodule-update-prefix-output'Libravatar Junio C Hamano1-1/+2
2013-03-16status: show more info than "currently not on any branch"Libravatar Nguyễn Thái Ngọc Duy1-2/+4
2013-03-03submodule update: when using recursion, show full pathLibravatar William Entriken1-1/+2
2013-01-04t7406: do not assume the "matching" push is the defaultLibravatar Junio C Hamano1-2/+2
2012-12-19submodule update: add --remote for submodule's upstream changesLibravatar W. Trevor King1-0/+31