1REPO(1) Repo Manual REPO(1)
2
3
4
6 repo - repo diff - manual page for repo diff
7
9 repo diff [<project>...]
10
12 Summary
13
14 Show changes between commit and working tree
15
16 The -u option causes 'repo diff' to generate diff output with file
17 paths relative to the repository root, so the output can be applied to
18 the Unix 'patch' command.
19
21 -h, --help
22 show this help message and exit
23
24 -j JOBS, --jobs=JOBS
25 number of jobs to run in parallel (default: based on number of
26 CPU cores)
27
28 -u, --absolute
29 paths are relative to the repository root
30
31 Logging options:
32 -v, --verbose
33 show all output
34
35 -q, --quiet
36 only show errors
37
38 Multi-manifest options:
39 --outer-manifest
40 operate starting at the outermost manifest
41
42 --no-outer-manifest
43 do not operate on outer manifests
44
45 --this-manifest-only
46 only operate on this (sub)manifest
47
48 --no-this-manifest-only, --all-manifests
49 operate on this manifest and its submanifests
50
51 Run `repo help diff` to view the detailed manual.
52
53
54
55repo diff July 2022 REPO(1)