What would be a way to find largest commits (i.e. commits introducing most changes, for instance counted as the number of added/removed lines) in a git repo?
Note that I really want largest commits, not largest files, so http://stackoverflow.com/questions/1286183/git-find-fat-commit is not helpful here.