libgit2 / libgit2sharp

Git + .NET = ❤
http://libgit2.github.com
MIT License
3.21k stars 889 forks source link

Blame with ignore white space #1177

Open jmecosta opened 9 years ago

jmecosta commented 9 years ago

Hi,

I cannot find a away of ignoring whitespaces while using blame, is there a way of doing it?

Br, Jorge Costa

laugel commented 8 years ago

I need this too. It seems there's no option for that at the moment.

It would be great if it could be added. In the meantime, I posted a question on SO to find an alternative solution. Note : there's a bounty on the question, i would be pleased to give it to a member of the libgit2sharp team if one could do the feature. :)

vulder commented 5 years ago

Hi, I have the same problem, needing libgit2 to ignore whitespace changes in blames. I could not find any updates to libgit2. Does anyone know if there was work done in this direction?

CarlSchwan commented 4 years ago

When this merge request (https://github.com/libgit2/libgit2/pull/5383) will be merged after the 1.0 release of libgit2, I think it should be easy to implement this feature in the C# bindings.