This Git Forensics Jenkins plugin mines and analyzes data from a Git repository. It implements all extension points of Jenkins' Forensics API Plugin.
The following services are provided by this plugin:
- Blames: Shows what revision and author last modified a specified set of lines of a file.
- File statistics: Collects commit statistics for repository files:
- total number of commits
- total number of different authors
- creation time
- last modification time