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 a71328b commit a1f4b0bCopy full SHA for a1f4b0b
CHANGES
@@ -41,6 +41,13 @@ _Upcoming changes will be written here._
41
`PrivatePath`, so confirmations like "✓ Successfully updated ~/.vcspull.yaml"
42
and dry-run notices no longer leak the absolute home directory.
43
44
+#### `vcspull discover`: Fix another workspace dir case (#487)
45
+
46
+Discover now inspects the config scope (user/system/project) before writing,
47
+so user-level configs like `~/.vcspull.yaml` prefer tilde-prefixed workspace
48
+keys while project-level configs keep their relative `./` sections. Tests
49
+cover both behaviors to guard against regressions.
50
51
### Development
52
53
#### PrivatePath centralizes home-directory redaction (#485)
0 commit comments