When a developer Commits code changes to the respository, an optional Log Message can be filled out indicating what has changed in the file being committed. Log Messages are handy to have available as they aid the team in figuring out in which version certain changes were made, as well as aiding conflict resolution. But developers don't always fill out a Log Message. So here is how you can force that discipline, by requiring at least 10 characters in the Log Message prior to the Commit.
[More]