Is there a way to make git give me output like svn ls -v does. Basically a list of each file and who last edited that file? Like this:
filea.txt Someone Else
fileb.txt Another Person
Maybe even with the SHA to identify the commit the change happened in?