Skip to content
Snippets Groups Projects
Commit baddc559 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Set a default Config.extended_filesystem_attributes.

parent 51469a1a
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ class Config:
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment