I would like to use git to keep track of some highly volatile, non-critical personal data. I'm the only one accessing the repo, and I do not care much about most of git's features - it's mostly a quick and easy (local and remote) backup plus the rarely used option to revert a file.
Currently, git and Sourcetree ask me to provide a commit message - I have no problem with that when working in a team or on source code, but in this specific use case, it is just not needed and becomes a huge obstacle.
It actually made me chose SVN over git, which I hate.
I would like to be able to disable any prompt for commit messages in Sourcetree, if possible for specific repositories. Committing should be as few clicks as possible. For comparison, it competes to be as quick as using TortoiseSVN directly in the repo directory.