How to view multiple commit changes in a single window using meld?

427 views Asked by At

I have started to use meld as git difftool to view code changes between commits.

What I would like to do is to navigate between different commits in a single meld window using one tab per file and making any commit selectable through the drop-down menus.

Using the image below as example, I want to display each file in the repository in a separate tab. In this case, my repository has test1.txt and test2.txt files.

In each tab, I want to be able to individually select any version/commit of that file so as to dynamically change the displayed file comparison.

Meld GUI

In that way it would be very easy to navigate through temporal changes in any of the modified files that are featured in a git repository.

Is there a way to automatically open a meld window with this layout when calling git difftool ?

0

There are 0 answers