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