commit | b0883aa6c77111e88496bd0afe073caf68ab9f99 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sat Jan 30 12:08:26 2010 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Jan 30 13:56:56 2010 -0800 |
tree | b4f021814276c6dd698ef6e810e61f3cd0221193 | |
parent | a9c7c4364a6c1e0d95790cf2c8697b5b6ff30b1b [diff] |
is_submodule_modified(): fix breakage with external GIT_INDEX_FILE Even when the environment was given for the top-level process, checking in the submodule work tree should use the index file associated with the work tree of the submodule. Do not export it to the environment. Signed-off-by: Junio C Hamano <gitster@pobox.com>