aboutsummaryrefslogtreecommitdiffstats
path: root/t/t7407-submodule-foreach.sh
AgeCommit message (Expand)AuthorFilesLines
2025-01-07t7407: use test_grepJeff King1-2/+2
2022-11-08submodule tests: test for a "foreach" blind-spotÆvar Arnfjörð Bjarmason1-0/+5
2022-10-06Sync with 2.30.6Taylor Blau1-0/+1
2022-10-01t/t7NNN: allow local submodulesTaylor Blau1-0/+1
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-5/+5
2020-11-19t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin1-13/+13
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2019-07-09Merge branch 'ms/submodule-foreach-fix'Junio C Hamano1-0/+7
2019-06-25submodule foreach: fix recursion of optionsMorian Sonnet1-0/+7
2019-04-15submodule foreach: fix "<command> --quiet" not being respectedNguyễn Thái Ngọc Duy1-0/+10
2018-05-09submodule foreach: document variable '$displaypath'Prathamesh Chavan1-11/+11
2018-05-09submodule foreach: correct '$path' in nested submodules from a subdirectoryPrathamesh Chavan1-2/+34
2016-03-30t7407: make expectation as clear as possibleStefan Beller1-2/+6
2016-03-30submodule status: correct path handling in recursive submodulesStefan Beller1-0/+21
2016-03-30submodule foreach: correct path display in recursive submodulesStefan Beller1-0/+20
2013-12-05Merge branch 'ak/submodule-foreach-quoting'Junio C Hamano1-0/+9
2013-10-28tests: undo special treatment of CRLF for WindowsJohannes Sixt1-4/+0
2013-09-27submodule foreach: skip eval for more than one argumentAnders Kaseorg1-0/+9
2013-08-09t/t7407: fix two typos in submodule testsPhil Hord1-1/+1
2013-06-17submodule: drop the top-level requirementJohn Keeping1-0/+16
2012-10-29t7407: Fix recursive submodule testPhil Hord1-2/+2
2011-08-16rev-parse: add option --resolve-git-dir <path>Fredrik Gustafsson1-50/+53
2011-07-13Merge branch 'bc/submodule-foreach-stdin-fix-1.7.4'Junio C Hamano1-0/+18
2011-06-29git-submodule.sh: preserve stdin for the command spawned by foreachBrandon Casey1-2/+2
2011-06-29t/t7407: demonstrate that the command called by 'submodule foreach' loses stdinBrandon Casey1-0/+18
2011-05-21i18n: git-submodule "Entering [...]" messageÆvar Arnfjörð Bjarmason1-2/+2
2011-02-07t7407: fix line endings for mingw buildPat Thoyts1-0/+4
2010-11-03submodule: only preserve flags across recursive status/update invocationsKevin Ballard1-0/+34
2010-11-03submodule: preserve all arguments exactly when recursingKevin Ballard1-0/+16
2010-09-03t7406 & t7407: add missing && at end of linesJens Lehmann1-2/+2
2010-05-25git-submodule foreach: Add $toplevel variableÆvar Arnfjörð Bjarmason1-3/+7
2009-08-20git clone: Add --recursive to automatically checkout (nested) submodulesJohan Herland1-0/+12
2009-08-20t7407: Use 'rev-parse --short' rather than bash's substring expansion notationJohan Herland1-2/+4
2009-08-18git submodule status: Add --recursive to recurse into nested submodulesJohan Herland1-0/+26
2009-08-18git submodule update: Introduce --recursive to update nested submodulesJohan Herland1-0/+19
2009-08-18git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland1-0/+99
2009-08-18git submodule foreach: test access to submodule name as '$name'Johan Herland1-3/+3
2009-08-18Add selftest for 'git submodule foreach'Johan Herland1-0/+79