Re: [PATCH] commit-email.pl: support subject line based on log message
From: David Glasser <glasser_at_davidglasser.net>
Date: Mon, 31 Mar 2008 15:39:44 -0700
2008/3/28 Gregory Nathan Price <price_at_mit.edu>:
Looks reasonable to me. However, instead of:
chop(my $summary = $log[0]);
how about
my $summary = @log ? $log[0] : '';
?
--dave
-- David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-04-01 00:39:56 CEST |
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.