summaryrefslogtreecommitdiff
path: root/t/t7407-submodule-foreach.sh
Commit message (Expand)AuthorAgeFilesLines
* rev-parse: add option --resolve-git-dir <path>Fredrik Gustafsson2011-08-161-50/+53
* Merge branch 'bc/submodule-foreach-stdin-fix-1.7.4'Junio C Hamano2011-07-131-0/+18
|\
| * git-submodule.sh: preserve stdin for the command spawned by foreachBrandon Casey2011-06-291-2/+2
| * t/t7407: demonstrate that the command called by 'submodule foreach' loses stdinBrandon Casey2011-06-291-0/+18
* | i18n: git-submodule "Entering [...]" messageÆvar Arnfjörð Bjarmason2011-05-211-2/+2
* | t7407: fix line endings for mingw buildPat Thoyts2011-02-071-0/+4
|/
* submodule: only preserve flags across recursive status/update invocationsKevin Ballard2010-11-031-0/+34
* submodule: preserve all arguments exactly when recursingKevin Ballard2010-11-031-0/+16
* t7406 & t7407: add missing && at end of linesJens Lehmann2010-09-031-2/+2
* git-submodule foreach: Add $toplevel variableÆvar Arnfjörð Bjarmason2010-05-251-3/+7
* git clone: Add --recursive to automatically checkout (nested) submodulesJohan Herland2009-08-201-0/+12
* t7407: Use 'rev-parse --short' rather than bash's substring expansion notationJohan Herland2009-08-201-2/+4
* git submodule status: Add --recursive to recurse into nested submodulesJohan Herland2009-08-181-0/+26
* git submodule update: Introduce --recursive to update nested submodulesJohan Herland2009-08-181-0/+19
* git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland2009-08-181-0/+99
* git submodule foreach: test access to submodule name as '$name'Johan Herland2009-08-181-3/+3
* Add selftest for 'git submodule foreach'Johan Herland2009-08-181-0/+79