We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badc189 commit 3b90b39Copy full SHA for 3b90b39
CHANGES
@@ -40,6 +40,10 @@ _Upcoming changes will be written here._
40
- Writes triggered by `vcspull discover` now pass the config file through
41
`PrivatePath`, so confirmations like "✓ Successfully updated ~/.vcspull.yaml"
42
and dry-run notices no longer leak the absolute home directory.
43
+- Discover now inspects the config scope (user/system/project) before writing,
44
+ so user-level configs like `~/.vcspull.yaml` prefer tilde-prefixed workspace
45
+ keys while project-level configs keep their relative `./` sections. Tests
46
+ cover both behaviors to guard against regressions.
47
48
### Development
49
0 commit comments