How can I view multiple commit changes in one window using meld command?

I started using meld as git diffftool to watch code changes between commits.

What I would like to do is navigate between different commits in the same meld window using one tab per file and make any commit selectable via the dropdown menus .

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

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

Meld GUI

This way it would be very easy to navigate through temporary changes in any of the modified files that are presented in the git repository.

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

?

+3


source to share





All Articles