Files
kotlin-fork/samples/gitchurn
SvyatoslavScherbina c1d9dc1cbb Replace CArray by CPointer (#406)
Also do some cleanup.
2017-03-28 17:44:08 +03:00
..
2017-03-28 17:44:08 +03:00
2017-03-27 18:16:06 +03:00
2017-03-27 18:16:06 +03:00
2017-03-27 18:16:06 +03:00

GIT frequency analyzer

This example shows how one could perform statistics on Git repository.

To build use ./build.sh script without arguments (or specify TARGET variable if cross-compiling).

To run use

./GitChurn.kexe <path-to-some-git-repo>

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