diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2007-01-03 13:49:45 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2007-01-03 13:49:45 +0000 |
commit | e95b85e5666db657c4e7d1b252dca0a0ffe6090a (patch) | |
tree | d58d1876252cea98beef4c980a12c6439d27dbb8 /repsys.conf | |
parent | 9e4787788d045c125a1981015e0b2056ee9eed61 (diff) | |
download | mgarepo-e95b85e5666db657c4e7d1b252dca0a0ffe6090a.tar mgarepo-e95b85e5666db657c4e7d1b252dca0a0ffe6090a.tar.gz mgarepo-e95b85e5666db657c4e7d1b252dca0a0ffe6090a.tar.bz2 mgarepo-e95b85e5666db657c4e7d1b252dca0a0ffe6090a.tar.xz mgarepo-e95b85e5666db657c4e7d1b252dca0a0ffe6090a.zip |
Make the changelog show the revision number from ignored commits that are
newer than the not ignored ones.
Releases containing only SILENT commit messages will be shown, but without
log lines (probably the changelog template should handle this case).
Diffstat (limited to 'repsys.conf')
-rw-r--r-- | repsys.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repsys.conf b/repsys.conf index e87b119..f74d866 100644 --- a/repsys.conf +++ b/repsys.conf @@ -10,7 +10,7 @@ oldurl = svn+ssh://svn.mandriva.com/svn/packages/misc # will be constructed (default zero, i.e., oldest # commit) revision-offset = 0 -# commits containing this string won't be shown in the changelog: +# commit lines containing this string won't be shown in the changelog: ignore-string = SILENT [template] |