We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When creating a patch diff using Diff.Compare I did not find any option to ignore white space.
Diff.Compare
I think CompareOptions should contain an enum corresponding to the git diff settings:
CompareOptions
--ignore-all-space --ignore-space-change --ignore-space-at-eol
Currently there is a WhitespaceMode in SimilarityOptions. However, this is intended for handling white space while detecting renames and copies.
WhitespaceMode
SimilarityOptions
I intend to submit a pull request for this.
4de700f
The text was updated successfully, but these errors were encountered:
I will bring this up. Is there any chance to support --ignore-all-space?
Sorry, something went wrong.
I had also opened a PR for this when I opened the issue: #1779
What needs to happen for this pull request to be merged?
No branches or pull requests
When creating a patch diff using
Diff.Compare
I did not find any option to ignore white space.I think
CompareOptions
should contain an enum corresponding to the git diff settings:Currently there is a
WhitespaceMode
inSimilarityOptions
. However, this is intended for handling white space while detecting renames and copies.I intend to submit a pull request for this.
Version of LibGit2Sharp
4de700f
The text was updated successfully, but these errors were encountered: