summaryrefslogtreecommitdiff
path: root/t/t7407-submodule-foreach.sh
AgeCommit message (Expand)AuthorFilesLines
2021-02-10tests: remove most uses of test_i18ncmpLibravatar Ævar Arnfjörð Bjarmason1-5/+5
2020-11-19t7[0-4]*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-13/+13
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2019-07-09Merge branch 'ms/submodule-foreach-fix'Libravatar Junio C Hamano1-0/+7
2019-06-25submodule foreach: fix recursion of optionsLibravatar Morian Sonnet1-0/+7
2019-04-15submodule foreach: fix "<command> --quiet" not being respectedLibravatar Nguyễn Thái Ngọc Duy1-0/+10
2018-05-09submodule foreach: document variable '$displaypath'Libravatar Prathamesh Chavan1-11/+11
2018-05-09submodule foreach: correct '$path' in nested submodules from a subdirectoryLibravatar Prathamesh Chavan1-2/+34
2016-03-30t7407: make expectation as clear as possibleLibravatar Stefan Beller1-2/+6
2016-03-30submodule status: correct path handling in recursive submodulesLibravatar Stefan Beller1-0/+21
2016-03-30submodule foreach: correct path display in recursive submodulesLibravatar Stefan Beller1-0/+20
2013-12-05Merge branch 'ak/submodule-foreach-quoting'Libravatar Junio C Hamano1-0/+9
2013-10-28tests: undo special treatment of CRLF for WindowsLibravatar Johannes Sixt1-4/+0
2013-09-27submodule foreach: skip eval for more than one argumentLibravatar Anders Kaseorg1-0/+9
2013-08-09t/t7407: fix two typos in submodule testsLibravatar Phil Hord1-1/+1
2013-06-17submodule: drop the top-level requirementLibravatar John Keeping1-0/+16
2012-10-29t7407: Fix recursive submodule testLibravatar Phil Hord1-2/+2
2011-08-16rev-parse: add option --resolve-git-dir <path>Libravatar Fredrik Gustafsson1-50/+53
2011-07-13Merge branch 'bc/submodule-foreach-stdin-fix-1.7.4'Libravatar Junio C Hamano1-0/+18
2011-06-29git-submodule.sh: preserve stdin for the command spawned by foreachLibravatar Brandon Casey1-2/+2
2011-06-29t/t7407: demonstrate that the command called by 'submodule foreach' loses stdinLibravatar Brandon Casey1-0/+18
2011-05-21i18n: git-submodule "Entering [...]" messageLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2011-02-07t7407: fix line endings for mingw buildLibravatar Pat Thoyts1-0/+4
2010-11-03submodule: only preserve flags across recursive status/update invocationsLibravatar Kevin Ballard1-0/+34
2010-11-03submodule: preserve all arguments exactly when recursingLibravatar Kevin Ballard1-0/+16
2010-09-03t7406 & t7407: add missing && at end of linesLibravatar Jens Lehmann1-2/+2
2010-05-25git-submodule foreach: Add $toplevel variableLibravatar Ævar Arnfjörð Bjarmason1-3/+7
2009-08-20git clone: Add --recursive to automatically checkout (nested) submodulesLibravatar Johan Herland1-0/+12
2009-08-20t7407: Use 'rev-parse --short' rather than bash's substring expansion notationLibravatar Johan Herland1-2/+4
2009-08-18git submodule status: Add --recursive to recurse into nested submodulesLibravatar Johan Herland1-0/+26
2009-08-18git submodule update: Introduce --recursive to update nested submodulesLibravatar Johan Herland1-0/+19
2009-08-18git submodule foreach: Add --recursive to recurse into nested submodulesLibravatar Johan Herland1-0/+99
2009-08-18git submodule foreach: test access to submodule name as '$name'Libravatar Johan Herland1-3/+3
2009-08-18Add selftest for 'git submodule foreach'Libravatar Johan Herland1-0/+79