pijul diff

Shows difference between two channels/changes

Usage

    pijul diff [FLAGS] [OPTIONS] [PREFIXES]...

Args

<PREFIXES>...

Only diff those paths (files or directories). If missing, diff the entire repository

Flags

-h, --help

Print help information

--json

Output the diff in JSON format instead of the default change text format

--short

Show a short version of the diff

--tag

Add all the changes of this channel as dependencies (except changes implied transitively), instead of the minimal dependencies

--untracked

Include the untracked files

-V, --version

Print version information

Options

--channel <CHANNEL>

Compare with this channel

--repository <REPO_PATH>

Set the repository where this command should run. Defaults to the first ancestor of the current directory that contains a .pijul directory