You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to diff a 100MB file at HEAD, git difftool will create one copy and one symlink. To run a directory diff, webdiff will make a new directory where that symlink becomes a full 100MB copy (#150). Rather than making a copy, we could move the original and then move it back once the diff finishes. This would be more efficient.
The text was updated successfully, but these errors were encountered:
If you try to diff a 100MB file at HEAD,
git difftool
will create one copy and one symlink. To run a directory diff, webdiff will make a new directory where that symlink becomes a full 100MB copy (#150). Rather than making a copy, we could move the original and then move it back once the diff finishes. This would be more efficient.The text was updated successfully, but these errors were encountered: