logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

repo - repo diff - manual page for repo diff

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.

Name

       repo - repo diff - manual page for repo diff

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

   Loggingoptions:-v, --verbose
              show all output

       -q, --quiet
              only show errors

   Multi-manifestoptions:--outer-manifest
              operate starting at the outermost manifest

       --no-outer-manifest
              do not operate on outer manifests

       --this-manifest-only
              only operate on this (sub)manifest

       --no-this-manifest-only, --all-manifests
              operate on this manifest and its submanifests

       Run `repo help diff` to view the detailed manual.

repo diff                                           July 2022                                            REPO(1)

Synopsis

repodiff [<project>...]

See Also