LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jj-interdiff

shows the difference between the changes introduced by two revisions

TLDR

Show diff between two revisions' changes
$ jj interdiff --from [rev1] --to [rev2]
copy
Show interdiff with context
$ jj interdiff --from [rev1] --to [rev2] --context [5]
copy

SYNOPSIS

jj interdiff [options]

DESCRIPTION

jj interdiff shows the difference between the changes introduced by two revisions. Unlike regular diff which compares file contents, interdiff compares what each revision changed relative to its parent. Useful for comparing different implementations of the same change.

PARAMETERS

--from revision

First revision to compare.
--to revision
Second revision to compare.
--context lines
Number of context lines.

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

SEE ALSO

jj(1), jj-diff(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