| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ak/submodule-foreach-quoting' | Junio C Hamano | 2013-12-05 | 1 | -0/+9 |
|\ |
|
| * | submodule foreach: skip eval for more than one argumentak/submodule-foreach-quoting | Anders Kaseorg | 2013-09-27 | 1 | -0/+9 |
* | | tests: undo special treatment of CRLF for Windowsjs/tests-windows-port-fix | Johannes Sixt | 2013-10-28 | 1 | -4/+0 |
|/ |
|
* | t/t7407: fix two typos in submodule testsjk/submodule-subdirectory-ok | Phil Hord | 2013-08-09 | 1 | -1/+1 |
* | submodule: drop the top-level requirement | John Keeping | 2013-06-17 | 1 | -0/+16 |
* | t7407: Fix recursive submodule test | Phil Hord | 2012-10-29 | 1 | -2/+2 |
* | rev-parse: add option --resolve-git-dir <path> | Fredrik Gustafsson | 2011-08-16 | 1 | -50/+53 |
* | Merge branch 'bc/submodule-foreach-stdin-fix-1.7.4' | Junio C Hamano | 2011-07-13 | 1 | -0/+18 |
|\ |
|
| * | git-submodule.sh: preserve stdin for the command spawned by foreach | Brandon Casey | 2011-06-29 | 1 | -2/+2 |
| * | t/t7407: demonstrate that the command called by 'submodule foreach' loses stdin | Brandon Casey | 2011-06-29 | 1 | -0/+18 |
* | | i18n: git-submodule "Entering [...]" message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+2 |
* | | t7407: fix line endings for mingw build | Pat Thoyts | 2011-02-07 | 1 | -0/+4 |
|/ |
|
* | submodule: only preserve flags across recursive status/update invocations | Kevin Ballard | 2010-11-03 | 1 | -0/+34 |
* | submodule: preserve all arguments exactly when recursing | Kevin Ballard | 2010-11-03 | 1 | -0/+16 |
* | t7406 & t7407: add missing && at end of lines | Jens Lehmann | 2010-09-03 | 1 | -2/+2 |
* | git-submodule foreach: Add $toplevel variable | Ævar Arnfjörð Bjarmason | 2010-05-25 | 1 | -3/+7 |
* | git clone: Add --recursive to automatically checkout (nested) submodules | Johan Herland | 2009-08-20 | 1 | -0/+12 |
* | t7407: Use 'rev-parse --short' rather than bash's substring expansion notation | Johan Herland | 2009-08-20 | 1 | -2/+4 |
* | git submodule status: Add --recursive to recurse into nested submodules | Johan Herland | 2009-08-18 | 1 | -0/+26 |
* | git submodule update: Introduce --recursive to update nested submodules | Johan Herland | 2009-08-18 | 1 | -0/+19 |
* | git submodule foreach: Add --recursive to recurse into nested submodules | Johan Herland | 2009-08-18 | 1 | -0/+99 |
* | git submodule foreach: test access to submodule name as '$name' | Johan Herland | 2009-08-18 | 1 | -3/+3 |
* | Add selftest for 'git submodule foreach' | Johan Herland | 2009-08-18 | 1 | -0/+79 |