Skip to content

Settings and activity

2 results found

  1. 19 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Mattias Karlsson commented  · 

    Any progress on this?

    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  · 
  2. 44 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    3 comments  ·  Git bisync  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Mattias Karlsson supported this idea  ·