+4

Unified Diff: Show compact unified diff for all files at once when commit selected

Alireza 3 years ago updated by Thomas Singer 2 years ago 2

This will look just like how GitHub shows diffs

Example: https://github.com/git/git/commit/45ee13b942b26925b33d827bda2856e1ed0af0b7

Or at least, offer a contextual menu "unified diff" that would work on a multiselection of files in the files panel (and on a commit, which would work as if all its files were selected).

Unified diffs remain useful for example for quickly reviewing small changes in a lot of files. One can repeatedly hit F6, but it can become tedious


Multi-file unified diffs are also useful for cutting and pasting changes (to an email for example).

Maybe the below external tool might help you a little bit?