##// 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 190 ## use Strict-Transport-Security headers
191 191 use_htsts = false
192 192
193 ## number of commits stats will parse on each iteration
194 commit_parse_limit = 25
195
196 193 ## git rev filter option, --all is the default filter, if you need to
197 194 ## hide all refs in changelog switch this to --branches --tags
198 195 git_rev_filter = --branches --tags
@@ -165,9 +165,6 b' force_https = false'
165 165 ## use Strict-Transport-Security headers
166 166 use_htsts = false
167 167
168 ## number of commits stats will parse on each iteration
169 commit_parse_limit = 25
170
171 168 ## git rev filter option, --all is the default filter, if you need to
172 169 ## hide all refs in changelog switch this to --branches --tags
173 170 git_rev_filter = --branches --tags
@@ -154,9 +154,6 b' force_https = false'
154 154 ## use Strict-Transport-Security headers
155 155 use_htsts = false
156 156
157 ## number of commits stats will parse on each iteration
158 commit_parse_limit = 25
159
160 157 ## git rev filter option, --all is the default filter, if you need to
161 158 ## hide all refs in changelog switch this to --branches --tags
162 159 git_rev_filter = --all
General Comments 0
You need to be logged in to leave comments. Login now