Re: How to prevent empty log messages?
From: Matthew Pounsett <matt_at_conundrum.com>
Date: Tue, 24 Jun 2008 10:52:28 -0400
On 16-Jun-2008, at 12:08 , Andy Levy wrote:
> The default pre-commit hook script template (pre-commit.tmpl in your
A bit late to the thread, I realize. :)
The default pre-commit hook is useful, but I'd like to offer up this
# Make sure that the log message contains some text.
if [ "x${TEXT}" = "x" ]; then
I haven't (yet) tested this with tortoise or any other GUI client, so
Matt
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.