MightyCreak / diffuse

Diffuse is a graphical tool for comparing and merging text files. It can retrieve files for comparison from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK repositories.
http://mightycreak.github.io/diffuse/
GNU General Public License v2.0
268 stars 45 forks source link

diffuse from flathub: -t does not work #213

Open Ansa211 opened 1 year ago

Ansa211 commented 1 year ago

I am running diffuse through flathub, version 0.8.2. The -t switch for starting a new tab seems to have stopped working. I don't know when exactly, but probably with the latest update.

MightyCreak commented 1 year ago

Thanks for opening an issue, I'll take a look at it whenever I can.

glasswings commented 10 months ago

I confirmed that this has the same root cause as #214 by bisecting the behavior of

diffuse CHANGELOG.md -t README.md

In 0.7.7 you'd get two tabs, each one compares a file's working version to its head version. After 8e32f88 diffuse compares the files to each other.