summaryrefslogtreecommitdiff
path: root/settings.go
AgeCommit message (Collapse)Author
2022-01-17Add EnableFsyncGitDir to enable synchronized writes to the gitdir (#874)James Fargher
This adds support for the GIT_OPT_ENABLE_FSYNC_GITDIR option in libgit2. Co-authored-by: James Fargher <[email protected]>
2020-11-02feat: Implement an option to control hash verification (#671)Suhaib Mujahid
Add a binding to enable/disable hash verification using the `GIT_OPT_ENABLE_STRICT_HASH_VERIFICATION` option. Change type: #minor
2020-05-09refactor: Rename methods with Get prefixSuhaib Mujahid
It is not Go idiomatic to put Get into the getter's name. https: //golang.org/doc/effective_go.html#Getters Co-Authored-By: lhchavez <[email protected]>
2020-05-04cache_opts: address PR commentsVladimir Buzuev
2020-04-03expose options related to cachingVladimir Buzuev
2018-08-08Remove uses of deprecated git_buf_freeCarlos Martín Nieto
2014-06-07Move the settings into the main git2goCarlos Martín Nieto