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

settings: add ability to enable fsyncing of Git objects #918

Merged
merged 1 commit into from
May 24, 2022

Conversation

pks-t
Copy link
Member

@pks-t pks-t commented May 13, 2022

libgit2 exposes the ability to globally enable fsyncing of Git objects
via the GIT_OPT_ENABLE_FSYNC_GITDIR option, but we provide no way of
actually setting this value in Rugged. Add this ability via a new
"fsync_gitdir" option.

@pks-t pks-t marked this pull request as draft May 13, 2022 06:22
libgit2 exposes the ability to globally enable fsyncing of Git objects
via the `GIT_OPT_ENABLE_FSYNC_GITDIR` option, but we provide no way of
actually setting this value in Rugged. Add this ability via a new
"fsync_gitdir" option.
@pks-t pks-t marked this pull request as ready for review May 13, 2022 06:37
@carlosmn carlosmn merged commit 8c99888 into libgit2:master May 24, 2022
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.

None yet

3 participants