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
258 stars 45 forks source link

Full diff #212

Open nschaeff opened 1 year ago

nschaeff commented 1 year ago

Provides full diff (all files) between two commits for git and mercurial. Usage:

diffuse -c commit1..commit2   # displays the diff between commi1 and commit2

Provides a partial answer to issue #190 for git and mercurial only.

MightyCreak commented 8 months ago

Interesting change! Thanks for the contribution!

I'm still locked outside of my personal computer, so everything's a bit slow(er) right now on Diffuse.

I'll need to check if this change is not injecting unwanted behaviors before approving it, and also update the docs if this new feature is accepted.

nschaeff commented 3 weeks ago

Any chance to have this merge in the near future? What is missing?