Simple git data provider for Zeitgeist
13th April 2010
gnome-activity-journal recently entered Debian and it could become a great tool to keep track of hacking activities. The underlying zeitgeist can log these and other events and make the information available via DBus. I couldn't find a data provider that feeds the information about Git commits to it so I wrote a simple post commit hook. This way one can easily see when one worked on a source repository:
Now is there a nice way to store additional information like current branch or commit message along with that?