Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
diffoscope
Compare revisions
51469a1a9a8090c5428dbb044681c238786c93d0...f6fc6ce4e835238024ab1c6cbca5e242676328be
Commits (2)
Set a default Config.extended_filesystem_attributes.
· baddc559
Chris Lamb
authored
Feb 09, 2021
baddc559
Drop unused Config.{acl,xattr}.
· f6fc6ce4
Chris Lamb
authored
Feb 09, 2021
f6fc6ce4
Hide whitespace changes
Inline
Side-by-side
diffoscope/config.py
View file @
f6fc6ce4
...
...
@@ -61,8 +61,7 @@ class Config:
self
.
excludes
=
()
self
.
exclude_commands
=
()
self
.
exclude_directory_metadata
=
"no"
self
.
acl
=
True
self
.
xattr
=
True
self
.
extended_filesystem_attributes
=
False
self
.
compute_visual_diffs
=
False
self
.
max_container_depth
=
50
self
.
use_dbgsym
=
"auto"
...
...