Add EnableFsyncGitDir to enable synchronized writes to the gitdir #874
Loading…
Reference in New Issue
No description provided.
Delete Branch "enable_fsync_gitdir"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds support for the GIT_OPT_ENABLE_FSYNC_GITDIR option in libgit2.
https://github.com/libgit2/libgit2/blob/v0.28.1/include/git2/common.h#L357
Thanks for this improvement 🎉 !