-
Notifications
You must be signed in to change notification settings - Fork 323
More diff functionality #629
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
de24abb
Add functionality for converting Diff objects to a buffer and back
mbfr 9bbbbb4
Fix missing func
mbfr 1352980
Add support for callback on hunks/apply
mbfr 887d2d9
Fix missing extern
mbfr c5985ee
fix tests
mbfr adfb859
Fix nuill pointer dereference
mbfr 315a485
Add more tests and deduplicate some test code
mbfr 87433ff
Remove changed fixed in other branch
mbfr bbaf974
Add two more GitHub Actions workflows
lhchavez ad65e10
Do not embed callbacks in struct and give them more appropriate type …
mbfr 067989f
Fix some missing keepalives
mbfr 97267d3
Remove uneeded locking of os thread in calling local C function
mbfr 2edef4d
Update wrapper.c
mbfr d8f155f
Convert diff contents to CBuffer and free it instead of using a CString
mbfr fff6c9d
Store pointer to apply options instead of copying the struct
mbfr 7f3d112
Make it possible to use a git2go error as a return value from a diff …
mbfr d1d3dcc
Update diff_test.go
mbfr 37e56c2
Remove C wrapper for initialising apply opptions
mbfr 6dc7641
Make apply callback types have more conssitent names
mbfr 633f763
Hardcode version in apply options which should never change
mbfr 05a41f1
Move os thread lock to outer scope in defaultapplyoptions
mbfr d48f93d
Merge branch 'master', remote-tracking branch 'origin' into feature-d…
lhchavez 03e0cb4
Added docstrings and fixed a golint violation
lhchavez c64de36
Fix the tests
lhchavez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.