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 Run `repo help diff` to view the detailed manual.
39
40
41
42repo diff July 2021 REPO(1)