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