Is it possible to get info about how much space is wasted by changes in every commit — so I can find commits which added big files or a lot of files. This is all to try to r
git fat find N where N is in bytes will return all the files in the whole history which are larger than N bytes.
git fat find N
You can find out more about git-fat here: https://github.com/cyaninc/git-fat