Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Get all authors of all files, using the file headers and git log.
  2. Create a table of statistics for each section and each file
    1. Author name and email, by volume of code (lines)
    2. create a CSV for each section and each file
  3. Create a report that can summarize sections, authors, code volume

Notes:

  • First pass can omit code volume
  • Ideally process would be completely automated, one shell or python script

...