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
I've recently started using this library, to redact diffs that pertain to secret files from logs. It would be great if (Multi)FileDiffReader could yield content that is not part of a valid diff, so that the caller has the choice of whether or not to print it.
For example, the program colordiff will successfully print non-diff output, allowing it to be used to process input that is mixed diff and non-diff content.
What do you think of this feature, and would you be interested in a PR that implements it?
The text was updated successfully, but these errors were encountered:
I've recently started using this library, to redact diffs that pertain to secret files from logs. It would be great if (Multi)FileDiffReader could yield content that is not part of a valid diff, so that the caller has the choice of whether or not to print it.
For example, the program
colordiff
will successfully print non-diff output, allowing it to be used to process input that is mixed diff and non-diff content.What do you think of this feature, and would you be interested in a PR that implements it?
The text was updated successfully, but these errors were encountered: