summaryrefslogtreecommitdiff
path: root/settings.go
AgeCommit message (Collapse)Author
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