##// END OF EJS Templates
ini: remove deprecated ini setting.
marcink -
r2556:5bc3c871 default
parent child Browse files
Show More
@@ -190,9 +190,6 b' force_https = false'
190 ## use Strict-Transport-Security headers
190 ## use Strict-Transport-Security headers
191 use_htsts = false
191 use_htsts = false
192
192
193 ## number of commits stats will parse on each iteration
194 commit_parse_limit = 25
195
196 ## git rev filter option, --all is the default filter, if you need to
193 ## git rev filter option, --all is the default filter, if you need to
197 ## hide all refs in changelog switch this to --branches --tags
194 ## hide all refs in changelog switch this to --branches --tags
198 git_rev_filter = --branches --tags
195 git_rev_filter = --branches --tags
@@ -165,9 +165,6 b' force_https = false'
165 ## use Strict-Transport-Security headers
165 ## use Strict-Transport-Security headers
166 use_htsts = false
166 use_htsts = false
167
167
168 ## number of commits stats will parse on each iteration
169 commit_parse_limit = 25
170
171 ## git rev filter option, --all is the default filter, if you need to
168 ## git rev filter option, --all is the default filter, if you need to
172 ## hide all refs in changelog switch this to --branches --tags
169 ## hide all refs in changelog switch this to --branches --tags
173 git_rev_filter = --branches --tags
170 git_rev_filter = --branches --tags
@@ -154,9 +154,6 b' force_https = false'
154 ## use Strict-Transport-Security headers
154 ## use Strict-Transport-Security headers
155 use_htsts = false
155 use_htsts = false
156
156
157 ## number of commits stats will parse on each iteration
158 commit_parse_limit = 25
159
160 ## git rev filter option, --all is the default filter, if you need to
157 ## git rev filter option, --all is the default filter, if you need to
161 ## hide all refs in changelog switch this to --branches --tags
158 ## hide all refs in changelog switch this to --branches --tags
162 git_rev_filter = --all
159 git_rev_filter = --all
General Comments 0
You need to be logged in to leave comments. Login now