The "settings" command with no arguments lists all settings and theirvalues. With just a SETTING name it shows the current value of that setting.With a VALUE argument it changes the property for the current repository.
Settings marked as versionable are overridden by the contents of thefile named .fossil-settings/PROPERTY in the check-out root, if thatfile exists.
The "unset" command clears a setting.
Settings can have both a "local" repository-only value and "global" valuethat applies to all repositories. The local values are stored in the"config" table of the repository and the global values are stored in theconfiguration database. If both a local and a global value exists for asetting, the local value takes precedence. This command normally operateson the local settings. Use the --global option to change global settings.
Options:
- --changed
- Only show settings if the value differs from the default
- --exact
- Only consider exact name matches
- --global
- Set or unset the given property globally instead ofsetting or unsetting it for the open repository only
- --value
- Only show the value of a given property (implies --exact)
See also:configuration