repo-diff - Man Page
repo diff — manual page for repo diff
Synopsis
repo diff [<project>...]
Description
Summary
Show changes between commit and working tree
The -u option causes 'repo diff' to generate diff output with file paths relative to the repository root, so the output can be applied to the Unix 'patch' command.
Options
- -h, --help
show this help message and exit
- -j JOBS, --jobs=JOBS
number of jobs to run in parallel (default: based on number of CPU cores)
- -u, --absolute
paths are relative to the repository root
Logging options
- -v, --verbose
show all output
- -q, --quiet
only show errors
Run `repo help diff` to view the detailed manual.
Info
July 2021 repo diff Repo Manual