CJTozer / SublimeDiffView

Side-by-Side Git, SVN and Bazaar Diff Viewer for Sublime Text 3
https://packagecontrol.io/packages/DiffView
MIT License
20 stars 7 forks source link

Completely freezes ST3 #46

Closed Gabriel-p closed 7 years ago

Gabriel-p commented 7 years ago

Just installed this package in ST3 build 3126 (running on elementary OS Loki, 64 bit).

Went to a file with changes in my git repo, hit Alt+Shift+D and ST3 freezed instantly. Forced close, and tried again: again freezed.

Not sure how to debug this since I can't even see the console.

CJTozer commented 7 years ago

Hmm, not sure what to make of this, but thanks for reporting. A few questions/suggestions:

Gabriel-p commented 7 years ago

I think I got it. I had my .gitconfig set to:

[diff]
        external = meld
    tool = meld

Apparently the external = meld line was causing problems with git diff. I removed it and now the package works as expected.

Thank you!