Skip to content
New issue

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

Add git_diff_buffer_to_buffer #2145

Closed
brianmario opened this issue Feb 27, 2014 · 3 comments
Closed

Add git_diff_buffer_to_buffer #2145

brianmario opened this issue Feb 27, 2014 · 3 comments
Labels

Comments

@brianmario
Copy link
Contributor

One use-case here is that I take a diff, transcode each side into UTF-8 for display purposes but then want to perform a diff on the transcoded text to finally be able to get a diff of the actual characters that changed other than the encoding.

Having a generic way to use libgit2's diffing engine seems like a win anyway :)

@carlosmn
Copy link
Member

I guess this is one way to sidestep the textconv filtering design ;)

@arrbee
Copy link
Member

arrbee commented Feb 27, 2014

I'm working on it...

@arrbee
Copy link
Member

arrbee commented Feb 27, 2014

See PR #2146 - forgot to include a "fixes" message in there

@vmg vmg closed this as completed Feb 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants