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

JJ Evolog - Track Change Evolution | Online Free DevTools by Hexmos

Track change evolution with JJ Evolog. Visualize commit history and understand the evolution of your code. Free online tool, no registration required.

jj-evolog

Show how a change has evolved over time, listing the previous commits it has pointed to. More information: https://jj-vcs.github.io/jj/latest/cli-reference/#jj-evolog.

  • Show how a revision has evolved over time:

jj evolog {{[-r|--revisions]}} {{revsets}}

  • Show diff statistics in the evolution log:

jj evolog {{[-r|--revisions]}} {{revsets}} --stat

  • Show summary of each change in the evolution log:

jj evolog {{[-r|--revisions]}} {{revsets}} {{[-s|--summary]}}

See Also