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 522a3a9 commit 7c6e167Copy full SHA for 7c6e167
CHANGES
@@ -41,6 +41,13 @@ 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
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