* 2010-02-28 11:33 (-0500), Jeff King wrote:
On Sun, Feb 28, 2010 at 01:03:00PM +1300, Steven Drake wrote:
quoted
Add 'git commit --spell' to run a spell checker on commit log
message. The `commit.spell` configuration variable can be used to
enable the spell checker by default and can be turned off by
'--no-spell'.
Isn't this exactly the sort of thing the commit-msg hook is for?
Though personally I would probably just invoke interactive
spell-checking from the editor.
I agree that it's a job for user's text editor.