author | Junio C Hamano <gitster@pobox.com> | |
Sat, 30 Jan 2010 20:08:26 +0000 (12:08 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 30 Jan 2010 21:56:56 +0000 (13:56 -0800) | ||
commit | b0883aa6c77111e88496bd0afe073caf68ab9f99 | |
tree | b4f021814276c6dd698ef6e810e61f3cd0221193 | tree | snapshot |
parent | a9c7c4364a6c1e0d95790cf2c8697b5b6ff30b1b | commit | 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>
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>
submodule.c | diff | blob | history |