diff options
Diffstat (limited to 'default.chlog')
-rw-r--r-- | default.chlog | 7 |
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 |