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 function to reverse a patch #450

Merged
merged 3 commits into from Jan 2, 2024
Merged

Add function to reverse a patch #450

merged 3 commits into from Jan 2, 2024

Conversation

ExplodingCabbage
Copy link
Collaborator

@ExplodingCabbage ExplodingCabbage commented Dec 29, 2023

Resolves #105

(Code based on @ericbiewener's contribution in that issue.)

@ExplodingCabbage ExplodingCabbage self-assigned this Dec 29, 2023
Comment on lines +82 to +84
'===================================================================\n' +
'--- b/CONTRIBUTING.md\t\n' +
'+++ a/CONTRIBUTING.md\t\n' +
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's a pre-existing issue orthogonal to the main point of this PR, but the way the original header gets screwed up here is a bit distasteful. I should dig in and make an issue before merging this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue: #454

@ExplodingCabbage ExplodingCabbage marked this pull request as ready for review December 29, 2023 17:26
@ExplodingCabbage ExplodingCabbage merged commit 8365367 into master Jan 2, 2024
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

Successfully merging this pull request may close these issues.

feat: applyPatch reversely
1 participant