diff production.ini @ 3561:c04d1d9b6193 beta

made git refs filter configurable ref issue #797 - default --all was kept and --branches --tags (or even other variations) is possible to use via .ini file
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 21 Mar 2013 23:56:17 +0100
parents 58dcef7eef03
children 6750e8b5d234
line wrap: on
line diff
--- a/production.ini	Thu Mar 21 23:09:34 2013 +0100
+++ b/production.ini	Thu Mar 21 23:56:17 2013 +0100
@@ -98,6 +98,10 @@
 ## path to git executable
 git_path = git
 
+## git rev filter option, --all is the default filter, if you need to
+## hide all refs in changelog switch this to --branches --tags
+git_rev_filter=--all
+
 ## RSS feed options
 rss_cut_off_limit = 256000
 rss_items_per_page = 10