diff/status: print submodule path when looking for changes fails
commit6a5cedac87ff4f1d8d8b535dac8184e1f7fbc454
authorJens Lehmann <Jens.Lehmann@web.de>
Wed, 7 Dec 2011 21:50:14 +0000 (7 22:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Dec 2011 19:15:01 +0000 (8 11:15 -0800)
treec7fe9a21902f83c2b460a2900898e690944ca4b5
parentee6fc514f2df821c2719cc49499a56ef2fb136b0
diff/status: print submodule path when looking for changes fails

diff and status run "git status --porcelain" inside each populated
submodule to see if it contains changes (unless told not to do so via
config or command line option). When that fails, e.g. due to a corrupt
submodule .git directory, it just prints "git status --porcelain failed"
or "Could not run git status --porcelain" without giving the user a clue
where that happened.

Add '"in submodule %s", path' to these error strings to tell the user
where exactly the problem occurred.

Reported-by: Seth Robertson <in-gitvger@baka.org>
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
submodule.c