From acfa61b6a726d0eaf66b5517257adeeebefa0521 Mon Sep 17 00:00:00 2001 From: Noah Pendleton <2538614+noahp@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:51:24 -0400 Subject: [PATCH] Clean up dashes in west tips and tricks --- _posts/2026-04-10-west-tips-and-tricks.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_posts/2026-04-10-west-tips-and-tricks.md b/_posts/2026-04-10-west-tips-and-tricks.md index 84e313bb..4ea8e0ea 100644 --- a/_posts/2026-04-10-west-tips-and-tricks.md +++ b/_posts/2026-04-10-west-tips-and-tricks.md @@ -83,7 +83,7 @@ you don't need. Two manifest options that help a lot here: -**`name-allowlist`** — Only import the named projects from the upstream +**`name-allowlist`** - Only import the named projects from the upstream manifest: ```yaml @@ -105,7 +105,7 @@ This is and is probably the most useful thing you can do to keep workspace initialization fast. -**`path-prefix`** — Put all imported projects under a common subdirectory +**`path-prefix`** - Put all imported projects under a common subdirectory instead of the workspace root. Keeps things tidy: ```yaml @@ -276,8 +276,8 @@ make a contribution upstream! ## Resolving the manifest to exact SHAs West manifests typically reference branches or tags, which can drift over time. -To capture a fully-resolved snapshot with exact commit SHAs — useful for -reproducible builds or auditing — use: +To capture a fully-resolved snapshot with exact commit SHAs - useful for +reproducible builds or auditing - use: ```bash west manifest --resolve