/git2ical

Export git history as calendar events (.ics file)

Primary LanguagePython

Export daily commits count from git repo history as daily calendar events. Comits from all branches (including remote ones) are exported.

Note: pip/easy_install/development_svn versions of iCalendar have buggy utf8 & long line support, grab a fixed copy from here

Basic usage (events get named by output filename):

git2ical.py ./hub hub.ics

Sample output in iCal

Events split by author:

git2ical.py -a ../hub.git huba.ics

Sample output in iCal by authors