Do you know any good repo monitoring solution?
I'd like to get information when someone pushes to remote repo (preferably via taskbar tray icon: "someuser pushed…").
Other solutions I consider:
- recieve hook
- periodically git log via cron
- check for updates on running every git command
(my system of choice is Ubuntu)