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

feat: Remove BufReader req for GitOid construction #85

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

alilleybrinker
Copy link
Member

@alilleybrinker alilleybrinker commented Dec 28, 2023

Previously we required buffering when constructing a GitOid
from a file, but this isn't always desirable. This commit makes
the API generic over any reader, and also updates the FFI to
make buffering optional.

Signed-off-by: Andrew Lilley Brinker [email protected]

Closes #79

Previously we required buffering when constructing a GitOid
from a file, but this isn't always desirable. This commit makes
the API generic over any reader, and also updates the FFI to
make buffering optional.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
@alilleybrinker alilleybrinker added type: feature New feature or request crate: gitoid Relating to the gitoid crate labels Dec 28, 2023 — with GitHub Codespaces
@alilleybrinker alilleybrinker merged commit 913d014 into main Dec 28, 2023
2 checks passed
@alilleybrinker alilleybrinker deleted the feat/remove_bufreader_req branch December 28, 2023 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: gitoid Relating to the gitoid crate type: feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't require BufReader for GitOid generation from reader.
1 participant