caseycas / gitcproc

Tool for analyzing git log messages and diffs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More gracefully closing when no log file found

caseycas opened this issue · comments

Currently we get the return value in ghProc for time being a boolean instead of a datetime when there is no log. This should be adjusted to throw an error close more gracefully when the log is missing.