git: remove GIT_REV_FILTER argument as it's now obsolete with libgit2 implementation
This commit is contained in:
parent
7bc1158488
commit
f36492a220
7 changed files with 0 additions and 18 deletions
|
|
@ -572,7 +572,6 @@ def _sanitize_vcs_settings(settings):
|
|||
settings.
|
||||
"""
|
||||
_string_setting(settings, 'vcs.svn.compatible_version', '')
|
||||
_string_setting(settings, 'git_rev_filter', '--all')
|
||||
_string_setting(settings, 'vcs.hooks.protocol', 'http')
|
||||
_string_setting(settings, 'vcs.hooks.host', '127.0.0.1')
|
||||
_string_setting(settings, 'vcs.scm_app_implementation', 'http')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue