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
Diff tooling becomes useless if there are 100s of files to diff - I don't expect any user would actually wade through the generated results.
Diff tooling also takes a very long time to execute if many many files need to be diffed, leading to issues like #55 and #54
Suggest that we add a check for how many files need to be diffed, add a command-line input for the threshhold, and skip the diff if too many files need to be diffed.
The text was updated successfully, but these errors were encountered:
Diff tooling becomes useless if there are 100s of files to diff - I don't expect any user would actually wade through the generated results.
Diff tooling also takes a very long time to execute if many many files need to be diffed, leading to issues like #55 and #54
Suggest that we add a check for how many files need to be diffed, add a command-line input for the threshhold, and skip the diff if too many files need to be diffed.
The text was updated successfully, but these errors were encountered: