LinuxCommandLibrary

jj-evolog

Show commit evolution log

TLDR

Show how a revision has evolved over time

$ jj evolog [[-r|--revisions]] [revsets]
copy

Show diff statistics in the evolution log
$ jj evolog [[-r|--revisions]] [revsets] --stat
copy

Show summary of each change in the evolution log
$ jj evolog [[-r|--revisions]] [revsets] [[-s|--summary]]
copy

SYNOPSIS

jj evolog [OPTIONS] [REVISIONS...]

PARAMETERS

--authors ...
    Show revisions by authors matching the given regular expression.

-b, --branch ...
    Display revisions belonging to the specified branch names.

--from-tool
    Filter revisions to only show changes made by a specific tool.

--limit
    Restrict the number of revisions shown to the specified count.

-m, --message ...
    Show revisions with messages matching the given regular expression.

--no-graph
    Disable drawing the graphical representation of the evolution.

--paths ...
    Show revisions that modify any of the specified file paths.

-r, --revisions ...
    Display revisions reachable from the specified revision identifiers. Defaults to the working copy parent (@) if none are given.

--stdin
    Read additional revision identifiers from standard input.

-t, --tag ...
    Show revisions belonging to the specified tag names.

-T, --template