File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ you don't need.
8383
8484Two manifest options that help a lot here :
8585
86- **`name-allowlist`** — Only import the named projects from the upstream
86+ **`name-allowlist`** - Only import the named projects from the upstream
8787manifest :
8888
8989` ` ` yaml
@@ -105,7 +105,7 @@ This is
105105and is probably the most useful thing you can do to keep workspace
106106initialization fast.
107107
108- **`path-prefix`** — Put all imported projects under a common subdirectory
108+ **`path-prefix`** - Put all imported projects under a common subdirectory
109109instead of the workspace root. Keeps things tidy :
110110
111111` ` ` yaml
@@ -276,8 +276,8 @@ make a contribution upstream!
276276# # Resolving the manifest to exact SHAs
277277
278278West manifests typically reference branches or tags, which can drift over time.
279- To capture a fully-resolved snapshot with exact commit SHAs — useful for
280- reproducible builds or auditing — use :
279+ To capture a fully-resolved snapshot with exact commit SHAs - useful for
280+ reproducible builds or auditing - use :
281281
282282` ` ` bash
283283west manifest --resolve
You can’t perform that action at this time.
0 commit comments