Feature/parser git
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