comparison development.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
comparison
equal deleted inserted replaced
3560:835d44dd6ed8 3561:c04d1d9b6193
95 ## use gravatar service to display avatars 95 ## use gravatar service to display avatars
96 use_gravatar = true 96 use_gravatar = true
97 97
98 ## path to git executable 98 ## path to git executable
99 git_path = git 99 git_path = git
100
101 ## git rev filter option, --all is the default filter, if you need to
102 ## hide all refs in changelog switch this to --branches --tags
103 git_rev_filter=--all
100 104
101 ## RSS feed options 105 ## RSS feed options
102 rss_cut_off_limit = 256000 106 rss_cut_off_limit = 256000
103 rss_items_per_page = 10 107 rss_items_per_page = 10
104 rss_include_diff = false 108 rss_include_diff = false