pre-commit 'update'
From: Peter Gervai <grin_at_tolna.net>
Date: 2002-12-11 17:55:54 CET
Hello,
Maybe it's already updated, I am not really involved deeply in the
pre-commit.tmpl:
- echo "$LOG" | grep "[a-zA-Z0-9]" > /dev/null || exit 1
+ echo "$LOG" | grep "[a-zA-Z0-9]" > /dev/null || echo "Empty log message not allowed" 1>&2 ; exit 1
(i hope i got it right. not that complex problem. :))
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.