Skip to content

Releases: GroellerKarim/gitstat

v1.0.1 Fix Missing Commits

14 Feb 22:55
2d9386e
Compare
Choose a tag to compare

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

26 Jan 15:09
943c310
Compare
Choose a tag to compare

Features

  1. Committer Statistics: Analyze your Git repository to view detailed statistics for each contributor, including commit counts and line changes.
  2. 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.