]> git.ipfire.org Git - thirdparty/git.git/commit - git-submodule.sh
Merge branch 'jh/submodule-foreach'
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Aug 2009 23:59:25 +0000 (16:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Aug 2009 23:59:25 +0000 (16:59 -0700)
commitadc542353199bdc0b9b1ed5d03cf881b7efaff6e
tree8efb0498880322805bef23c4b71dd1a3bbd05c9d
parentab36d06f12b7243de419bb82b11a678bea30eef2
parente7fed18a89fae97655687e19f13cd802d8d70845
Merge branch 'jh/submodule-foreach'

* jh/submodule-foreach:
  git clone: Add --recursive to automatically checkout (nested) submodules
  t7407: Use 'rev-parse --short' rather than bash's substring expansion notation
  git submodule status: Add --recursive to recurse into nested submodules
  git submodule update: Introduce --recursive to update nested submodules
  git submodule foreach: Add --recursive to recurse into nested submodules
  git submodule foreach: test access to submodule name as '$name'
  Add selftest for 'git submodule foreach'
  git submodule: Cleanup usage string and add option parsing to cmd_foreach()
  git submodule foreach: Provide access to submodule name, as '$name'

Conflicts:
Documentation/git-submodule.txt
git-submodule.sh
Documentation/git-clone.txt
Documentation/git-submodule.txt
git-submodule.sh