1REPO(1) Repo Manual REPO(1)
2
3
4
6 repo - repo prune - manual page for repo prune
7
9 repo prune [<project>...]
10
12 Summary
13
14 Prune (delete) already merged topics
15
17 -h, --help
18 show this help message and exit
19
20 -j JOBS, --jobs=JOBS
21 number of jobs to run in parallel (default: based on number of
22 CPU cores)
23
24 Logging options:
25 -v, --verbose
26 show all output
27
28 -q, --quiet
29 only show errors
30
31 Multi-manifest options:
32 --outer-manifest
33 operate starting at the outermost manifest
34
35 --no-outer-manifest
36 do not operate on outer manifests
37
38 --this-manifest-only
39 only operate on this (sub)manifest
40
41 --no-this-manifest-only, --all-manifests
42 operate on this manifest and its submanifests
43
44 Run `repo help prune` to view the detailed manual.
45
46
47
48repo prune July 2022 REPO(1)