Files
kotlin-fork/samples/gitchurn/README.md
T
2018-08-31 15:31:14 +07:00

405 B

GIT frequency analyzer

This example shows how one could perform statistics on Git repository. libgit2 is required for this to work (apt-get install libgit2-dev).

To build use ../gradlew assemble or ./build.sh.

Now you can run the program directly

./build/exe/main/release/<platform>/gitchurn.kexe ../../

It will print most frequently modified (by number of commits) files in repository.