This is a pre commit script that check commits.
You can find more information about how to use this here. (in Japanese)
$ sudo ./install.sh
$ git commit -m "msg"
Author = USER_NAME <USER_EMAIL>
Do you want to me to keep it this way? [y/n] n
Username:NEW_USER_NAME
Email:NEW_USER_EMAIL
Please commit that again...
$ git commit -m "something"
Author = NEW_USER_EMAIL <NEW_USER_EMAIL>
Note that this function applies to newly created repositories after installing the scripts.
Copyright (c) 2013, Daiki Maekawa. (MIT License)
See LICENSE for more info.