Settings and activity
2 results found
-
19 votes
An error occurred while saving the comment An error occurred while saving the comment Mattias Karlsson commented+3 on this!
Doesn't need to be an super fancy UI, just the gain to just launch the tool once instead of each file in large diffs would be a huge time saver.
Shouldn't be super hard, basically what "git difftool" with the "--dir-diff" option does is that it copies only the files to a new temporary directory, something like:
C:\Users\[user]\AppData\Local\Temp\git-difftool.[temp id]In that directory there's a left and a right directory containing just the changed files before and after, it also contains 2 git index files, but the directories should be enough.
So if SM could find all files in left, find all files in right, missing files treated as empty, then present a list/tree and let me switch between files to diff, well taht would make the tool allot more efficient.
On large diffs today it's really frustrating to open/close app for each file.
Mattias Karlsson supported this idea · -
44 votesMattias Karlsson supported this idea ·
Any progress on this?