aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdano Arendartchuk <bogdano@mandriva.org>2007-05-02 17:25:10 +0000
committerBogdano Arendartchuk <bogdano@mandriva.org>2007-05-02 17:25:10 +0000
commit87079b89cd471cb0c8f8415a0e3444c65596fbe3 (patch)
tree8fcaf09b56b6c7a67b87559dd2ca48a943845d77
parent5cf994844b3510ec0d79f6dbc0fc1109d9412673 (diff)
downloadmgarepo-87079b89cd471cb0c8f8415a0e3444c65596fbe3.tar
mgarepo-87079b89cd471cb0c8f8415a0e3444c65596fbe3.tar.gz
mgarepo-87079b89cd471cb0c8f8415a0e3444c65596fbe3.tar.bz2
mgarepo-87079b89cd471cb0c8f8415a0e3444c65596fbe3.tar.xz
mgarepo-87079b89cd471cb0c8f8415a0e3444c65596fbe3.zip
Make the default template to ignore authors with empty changesets.
-rw-r--r--default.chlog7
1 files changed, 7 insertions, 0 deletions
diff --git a/default.chlog b/default.chlog
index ab5f97b..c127d4b 100644
--- a/default.chlog
+++ b/default.chlog
@@ -16,6 +16,13 @@ $line
#end for
#for $author in $rel.authors
+ #if $author.revisions and not $author.revisions[0].lines
+ #continue
+ #end if
+ ##alternatively, one could use:
+ ###if $author.email == "root"
+ ## #continue
+ ###end if
+ $author.name <$author.email>
#for $rev in $author.revisions
#for $line in $rev.lines