I was pretty happy when I found out lately about
git submodule summary
which shows me nicely by which commits the checked out commit of a submodule is ahead or behind the reference in the repository.
Now when I am in the middle of a merge with submodule conflicts, the same command does not produce useful output. I need a painful sequence of gitk in my main tree examining the branches, along with cd'ing into the submodules, fetching and gitk in there, comparing sha1 values...
What would be a more convenient way to get the picture of the conflict?