Say I make a commit to a git repository with a lot of files changed.
How can I find out which file got changed the most in this specific commit? (the most lines of code changed/removed/added)
Is it then also possible to find out what is the filesize change of this file?