1REPO(1) Repo Manual REPO(1)
2
3
4
6 repo - repo overview - manual page for repo overview
7
9 repo overview [--current-branch] [<project>...]
10
12 Summary
13
14 Display overview of unmerged project branches
15
17 -h, --help
18 show this help message and exit
19
20 -c, --current-branch
21 consider only checked out branches
22
23 --no-current-branch
24 consider all local branches
25
26 Logging options:
27 -v, --verbose
28 show all output
29
30 -q, --quiet
31 only show errors
32
33 Multi-manifest options:
34 --outer-manifest
35 operate starting at the outermost manifest
36
37 --no-outer-manifest
38 do not operate on outer manifests
39
40 --this-manifest-only
41 only operate on this (sub)manifest
42
43 --no-this-manifest-only, --all-manifests
44 operate on this manifest and its submanifests
45
46 Run `repo help overview` to view the detailed manual.
47
49 The 'repo overview' command is used to display an overview of the
50 projects branches, and list any local commits that have not yet been
51 merged into the project.
52
53 The -c/--current-branch option can be used to restrict the output to
54 only branches currently checked out in each project. By default, all
55 branches are displayed.
56
57
58
59repo overview July 2022 REPO(1)