agit
agit copied to clipboard
Notification on commit being merged
The motivation here is that I want to see when this commit gets merged into the 'master' branch:
https://github.com/git/git/commit/7f684a2aff636f44a5063c05cf84c0db0460ae1a
Approach: Create a special 'notification' tag on interesting commits (e.g. '_monitor-xxx'), then check every FetchResult to see if any tags with that prefix have been added to branches...?