metaodi/cabdriver

Git entries are not parsed correctly

Closed this issue · 1 comments

Today the date of one git commit could not be parsed correctly.

Output:

02/02/2017 # Thursday

# calendar
#------------------
xxx       09:00-09:45 Jazz Circle Role recommendations DEV
xxx       09:30-09:45 Jazz Daily Stand-Up
xxx       09:55-10:00 Hours!

# git
#------------------
cabdriver Release 0.2.0
cabdriver Use 'primary' in config file example
cabdriver If no sources are specified, use the calendar
cabdriver Update the README for calendar
cabdriver Refactor date and util method in their own modules
cabdriver Update year in LICENSE
cabdriver Update CHANGELOG
cabdriver Add config file to load the default configs


Invalid date # Invalid date

# git
#------------------
cabdriver Merge pull request #32 from metaodi/config-file

The acutal "invalid date" was "2017-02-02 13:47:30 +0100@end@", and it seems the "@EnD@" is coming from node-gitlog. I filed an issue there: domharrington/node-gitlog#28