summaryrefslogtreecommitdiff
path: root/t/t7407-submodule-foreach.sh
Commit message (Expand)AuthorAgeFilesLines
* submodule tests: test for a "foreach" blind-spotÆvar Arnfjörð Bjarmason2022-11-081-0/+5
* Sync with 2.30.6Taylor Blau2022-10-061-0/+1
|\
| * t/t7NNN: allow local submodulesTaylor Blau2022-10-011-0/+1
* | tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-5/+5
* | t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-13/+13
* | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
|/
* Merge branch 'ms/submodule-foreach-fix'Junio C Hamano2019-07-091-0/+7
|\
| * submodule foreach: fix recursion of optionsMorian Sonnet2019-06-251-0/+7
* | submodule foreach: fix "<command> --quiet" not being respectedNguyễn Thái Ngọc Duy2019-04-151-0/+10
|/
* submodule foreach: document variable '$displaypath'Prathamesh Chavan2018-05-091-11/+11
* submodule foreach: correct '$path' in nested submodules from a subdirectoryPrathamesh Chavan2018-05-091-2/+34
* t7407: make expectation as clear as possiblesb/submodule-path-misc-bugsStefan Beller2016-03-301-2/+6
* submodule status: correct path handling in recursive submodulesStefan Beller2016-03-301-0/+21
* submodule foreach: correct path display in recursive submodulesStefan Beller2016-03-301-0/+20
* Merge branch 'ak/submodule-foreach-quoting'Junio C Hamano2013-12-051-0/+9
|\
| * submodule foreach: skip eval for more than one argumentak/submodule-foreach-quotingAnders Kaseorg2013-09-271-0/+9
* | tests: undo special treatment of CRLF for Windowsjs/tests-windows-port-fixJohannes Sixt2013-10-281-4/+0
|/
* t/t7407: fix two typos in submodule testsjk/submodule-subdirectory-okPhil Hord2013-08-091-1/+1
* submodule: drop the top-level requirementJohn Keeping2013-06-171-0/+16
* t7407: Fix recursive submodule testPhil Hord2012-10-291-2/+2
* 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