Remove `#[serde(default)]` from fields in `pijul_config::Config`
Dependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [3]
KWAGWB73Adding extra dependencies from the config file - [4]
Z4PPQZUGRefactor `pijul-config` to support layered configuration - [5]
TV7KEL6ZMake `Choice` fields `pijul_config::Config` non-optional - [6]
2TWREKSRTreat missing config file as empty - [7]
H4AU6QRPNew config for HTTP remotes - [8]
FVU3Y2U3Adding a local "unrecord_changes" option in addition to the global one - [9]
SEWGHUHQ.pijul/config: simplify remotes and hooks - [10]
ZSFJT4SFAllow remotes to have a different push and pull address - [11]
QCPIBC6MMake the default remote configurable through the cli - [*]
2ZKE4XMJReplace `pijul_repository::init_dot_ignore` with `pijul_config::Config::dot_ignore_contents`
Change contents
- edit in pijul-config/src/lib.rs at line 51
#[serde(default)] - edit in pijul-config/src/lib.rs at line 55
#[serde(default)] - edit in pijul-config/src/lib.rs at line 56
#[serde(default)] - edit in pijul-config/src/defaults.toml at line 3
# Localextra_dependencies = []remotes = []# Shared