Use '-f' option to point to the .gitmodules file
commita5099bb4178591d9a16d704c74dba34b92f35861
authorImran M Yousuf <imyousuf@smartitengineering.com>
Thu, 15 May 2008 07:42:58 +0000 (15 13:42 +0600)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 May 2008 19:38:52 +0000 (16 12:38 -0700)
treec1a5ea6f397bba67d0fb6e802c43fd669ca68dd2
parent1fbb58b4153e90eda08c2b022ee32d90729582e6
Use '-f' option to point to the .gitmodules file

'git config' has a '-f' option that takes the file to parse.
Using it rather than the environment variable seems more logical
and simplified.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh