Skip to content

Patch diff with ignore white space #1778

Open
@Divad-H

Description

@Divad-H

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:

--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.

I intend to submit a pull request for this.

Version of LibGit2Sharp

4de700f

Activity

darthkurak

darthkurak commented on Jan 16, 2023

@darthkurak

I will bring this up.
Is there any chance to support --ignore-all-space?

Divad-H

Divad-H commented on Jan 19, 2023

@Divad-H
Author

I had also opened a PR for this when I opened the issue:
#1779

SenorBasilico

SenorBasilico commented on Apr 26, 2023

@SenorBasilico

What needs to happen for this pull request to be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

      Participants

      @darthkurak@SenorBasilico@Divad-H

      Issue actions

        Patch diff with ignore white space · Issue #1778 · libgit2/libgit2sharp