[Gnucash-changes] r11788 - meta/hooks - Update commit-email.
Derek Atkins
warlord at cvs.gnucash.org
Wed Nov 2 13:32:44 EST 2005
Author: warlord
Date: 2005-11-02 13:32:44 -0500 (Wed, 02 Nov 2005)
New Revision: 11788
Modified:
meta/hooks/commit-email.pl
Log:
Update commit-email.
Don't add a large list of directories to the email subject.
Modified: meta/hooks/commit-email.pl
===================================================================
--- meta/hooks/commit-email.pl 2005-11-02 18:14:48 UTC (rev 11787)
+++ meta/hooks/commit-email.pl 2005-11-02 18:32:44 UTC (rev 11788)
@@ -403,7 +403,7 @@
if ($commondir ne '')
{
- $subject = "r$rev - in $commondir: $dirlist";
+ $subject = "r$rev - $commondir";
}
else
{
More information about the gnucash-changes
mailing list