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-03-22 17:55:31 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-03-22 17:55:31 +0300
commite710a84ef4f6ed2e3ef79112ef18c155b7d72f64 (patch)
tree802327b42afdddee283c5e2b4417f8accfdf49e3
parentfc80d6485dcc0e0718cf43e7e32ccd554d8cc421 (diff)
Update indent script
-rw-r--r--scripts/git2cl.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/git2cl.pl b/scripts/git2cl.pl
index 0a54490d8..9d2185b97 100644
--- a/scripts/git2cl.pl
+++ b/scripts/git2cl.pl
@@ -26,6 +26,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 run/);
next if ($subject =~ /^\*\*\* empty log message/);
next if ($subject =~ /^git-svn-id: http/);