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-1 hash values to identify the commit the change happened in?