author | Johan Herland <johan@herland.net> | |
Sun, 16 Aug 2009 01:10:08 +0000 (03:10 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 18 Aug 2009 19:27:57 +0000 (12:27 -0700) | ||
commit | 1e7f2aad7dd9b0b5ec8bbae2e3015915687e2cd2 | |
tree | d6cc7241629d08aa5efbd5c4b67e61b0ea9f80a4 | tree | snapshot |
parent | 64d5fe0a23e3a16179c7c185662f25d85fe631dd | commit | diff |
git submodule foreach: Provide access to submodule name, as '$name'
The argument to 'git submodule foreach' already has access to the variables
'$path' (the path to the submodule, relative to the superproject) and '$sha1'
(the submodule commit recorded by the superproject).
This patch adds another variable -- '$name' -- which contains the name of the
submodule, as recorded in the superproject's .gitmodules file.
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The argument to 'git submodule foreach' already has access to the variables
'$path' (the path to the submodule, relative to the superproject) and '$sha1'
(the submodule commit recorded by the superproject).
This patch adds another variable -- '$name' -- which contains the name of the
submodule, as recorded in the superproject's .gitmodules file.
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-submodule.txt | diff | blob | history | |
git-submodule.sh | diff | blob | history |