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-12-27 06:09:46 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-12-27 06:09:46 +0300
commit19d171c70a937270fd89b54e6774016371c0aa3f (patch)
tree4923ee7fac7fc8a9d8134e4bd9dd0c84cdc9a8d5 /scripts/git2cl.pl
parentfb53df99cafe1a2dfd0a6d3cc54877ce1817500f (diff)
Update changelog script to skip language updates
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 b7ca3457c..c4b66b6fc 100644
--- a/scripts/git2cl.pl
+++ b/scripts/git2cl.pl
@@ -32,6 +32,7 @@ while(<LOG>) {
next if ($subject =~ /^Merge branch 'master/);
next if ($subject =~ /^Indent and submodule update/);
next if ($subject =~ /^Indent, changelog and submodule update/);
+ next if ($subject =~ /^Indent, changelog, submodule and language update/);
next if ($subject =~ /^Indent run/);
next if ($subject =~ /^\*\*\* empty log message/);
next if ($subject =~ /^git-svn-id: http/);