Skip to content

Commit 30d03f4

Browse files
committed
docs(CHANGES): Note add/discover --no-merge option
why: Document the new flag so users spot the opt-out quickly. what: - mention the shared --no-merge switch in the improvements section
1 parent 7457e6f commit 30d03f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,16 @@ _Upcoming changes will be written here._
4949
- Accepts repositories by path (`vcspull add ~/study/python/project`), detects
5050
`origin` remotes, and prompts for confirmation. Use `--yes` to auto-approve
5151
scripted runs.
52+
- Adds `--no-merge` so `vcspull add` can skip auto-merging duplicates while
53+
still surfacing warnings for manual follow-up.
5254
- CLI previews contract workspace paths to `~/…` for consistency with other
5355
commands and easier scanning.
5456

57+
#### `vcspull discover` honors --no-merge (#480)
58+
59+
- `vcspull discover --no-merge` surfaces duplicate workspace roots without
60+
rewriting existing config entries.
61+
5562
### Development
5663

5764
#### Snapshot coverage for formatter tests (#479)

0 commit comments

Comments
 (0)