logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

JJ Log - Control Revision History Graph | Online Free DevTools by Hexmos

Control revision history with JJ Log. Visualize commit graphs, filter revisions, and customize output templates for efficient version control. Free online tool, no registration required.

jj-log

Show revision history as a graph. More information: https://jj-vcs.github.io/jj/latest/cli-reference/#jj-log.

  • Show revision history as a graph:

jj log

  • Show only given revsets (e.g. B::D, A..D, B|C|D, etc.):

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

  • Show log with a particular template for each line (e.g. 5 characters of commit hash and author):

jj log {{[-T|--template]}} 'commit_id.shortest(5) ++ " " ++ author'

See Also