Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-08-18 03:03:05 +0400
committerÁlvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>2009-08-18 04:33:59 +0400
commit8377f00ed59839a2e1536394a5cf9840459fd0cf (patch)
treedfec16e194fcb9ae4d6be010b09aae115faf1c6c /scripts/git2cl.pl
parentc444d514d91e8579d43ca1d13f08b63feb2213ab (diff)
Don't include test things in the changelog
Diffstat (limited to 'scripts/git2cl.pl')
-rw-r--r--scripts/git2cl.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/git2cl.pl b/scripts/git2cl.pl
index a6461cf41..b7ca3457c 100644
--- a/scripts/git2cl.pl
+++ b/scripts/git2cl.pl
@@ -35,6 +35,7 @@ while(<LOG>) {
next if ($subject =~ /^Indent run/);
next if ($subject =~ /^\*\*\* empty log message/);
next if ($subject =~ /^git-svn-id: http/);
+ next if ($subject =~ /^TEST/);
next if ($subject eq $lsub);
$lsub = $subject;
my $entry = wrap(" $hash ", " ", $subject);