Extract change (insertion + deletion) stats per file and author from git.
Requirement: cwd is a valid git repository.
node git_stats.js --by-author > stats.csvnode git_stats.js --by-file > stats.csvnode git_stats.js --by-file|--by-author -- [extra-git-args]> stats.csvWhere extra-git-args gets concatenated to the underlying git log command verbatimly.