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

Allow null git_diff_opts #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kengruven
Copy link

All libgit2 functions which take a git_diff_opts also allow NULL ("default values"). This change should allow Racket callers to pass #f here, too.

Possible first steps to fixing #4.

All libgit2 functions which take a git_diff_opts also allow NULL ("default values").
This change should allow Racket callers to pass #f here, too.
@kengruven
Copy link
Author

Any comments? The git diff family of commands seem unusable from libgit2-racket right now without something like this.

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.

1 participant