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

Can the C library only apply patches and not create patches? #12

Open
JohnAlcatraz opened this issue Aug 18, 2023 · 3 comments
Open

Can the C library only apply patches and not create patches? #12

JohnAlcatraz opened this issue Aug 18, 2023 · 3 comments

Comments

@JohnAlcatraz
Copy link

I'm looking for a way to use this in C to both create and apply patches. Can the C library do that, or can it only apply previously created patches?

@eerimoq
Copy link
Owner

eerimoq commented Aug 18, 2023

It can only apply patches. You have to use the Python stuff to create patches.

@JohnAlcatraz
Copy link
Author

That's unfortunate, since shipping anything Python in my native app would really not be practical. I need to use https://github.com/sisong/HDiffPatch then instead.

@eerimoq
Copy link
Owner

eerimoq commented Aug 18, 2023

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants