I've got a really nice side-by-side difftool command:
git difftool -y -x "diff --suppress-common-lines -b -y -W 225"
and all it's lacking is filenames. What switches do I need to add, to make the filenames appear? I don't care where they appear (above, by the side or below), as long as they're contextual to the changes.