An event thrown whenever a changeset is committed.
This event might be emitted while the changeset is still being fully processed.
At that time the basic information about the changeset is guaranteed to be available, including:
- the changeset id
- the commit message
- committer information
- a list of paths in the changeset, excluding paths that require special processing
- a list of branches and tags
Note: This event is not fired during the initial index for FishEye and only during the incremental indexes
there after