Pink pony mongo is a command line application that creates a collection in a mongo database that contains the git commits.
To run the Pink pony application you have to download the recently released version.
$ java -jar pinkponymongo.jar path\to\.git localhost db 27017 commits
localhost
: the host namedb
: database name27017
: port numbercommits
: collection name
You can use also the Pink Pony application that suggests functional clusters based on the common changes on git.