Files
kotlin-fork/samples/gitchurn
alexander-gorshenev c9c9aee7bb No colon cinterop flags (#428)
* Taught cinterop a 'host' target.

* Last minute switch from -foo:bar flags to -foo bar flags in cinterop tool.
2017-03-31 10:20:29 +03:00
..
2017-03-30 09:51:58 +03:00
2017-03-31 10:20:29 +03:00
2017-03-27 18:16:06 +03:00
2017-03-28 22:22:14 +03:00

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 ./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.