LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jj-log

displays the revision history

TLDR

Show log
$ jj log
copy
Show with diff
$ jj log -p
copy
Limit entries
$ jj log -n [10]
copy
Filter revisions
$ jj log -r "[revset]"
copy
Show all commits
$ jj log -r "all()"
copy
Compact format
$ jj log --template builtin_log_oneline
copy

SYNOPSIS

jj log [options]

DESCRIPTION

jj log displays the revision history. It shows a graph of changes with descriptions and metadata.The command supports revsets for filtering. It visualizes branches and merges in the history graph.

PARAMETERS

-r REVSET

Revision set to show.
-p, --patch
Show diff.
-n LIMIT
Maximum entries.
--template TEMPLATE
Output template.
--no-graph
Disable graph display.
--help
Display help information.

INSTALL

sudo pacman -S jujutsu
copy
sudo apk add jujutsu
copy
sudo zypper install jujutsu
copy
brew install jujutsu
copy
nix profile install nixpkgs#jujutsu
copy

CAVEATS

Subcommand of jj. Revset syntax differs from Git. Shows working copy by default.

HISTORY

jj log is part of Jujutsu, providing revision history viewing with its unique change-based model.

SEE ALSO

jj(1), jj-show(1), jj-evolog(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid