Skip to content

Feature/parser git

Administrator requested to merge feature/parser-git into develop

Created by: chris

  • Initial structure for parsers, staring with git
  • Test for parsing a Git log with fake data. Ready for implementation
  • Simple log parsing is working. SHA, date, author, and message are all parsed out and used to create a Commit object
  • Adding some documentation

Merge request reports