Releases: GroellerKarim/gitstat
Releases · GroellerKarim/gitstat
v1.0.1 Fix Missing Commits
What's Changed
- Fixed first commit in repository not being initialized
- Fixed usage of HashMap instead of ConcurrentHashMap in GitRepositoryAnalyzer (Actually hilarious)
Full Changelog: v1.0.0...v1.0.1
v1.0.0 - Contributions & Chart
Features
- Committer Statistics: Analyze your Git repository to view detailed statistics for each contributor, including commit counts and line changes.
- Chart Generation: Visualize your repository's history with automatically generated charts, making data interpretation straightforward.
Installation
Download and build Gitstat yourself:
- Standard JAR Build: Run
mvn clean package
to create a JAR file. Java 21 - Native Executable Build (Recommended): For better performance, use GraalVM 21 with
mvn -Pnative clean package
.
After building, add the executable to your PATH to start using Gitstat.