# Functions
NewCloneFn returns a new CloneFn implementation.
NewLogModule returns a new `git log` virtual table.
NewRefModule returns a new virtual table for listing git refs.
Register registers git related functionality as a SQLite extension.
# Structs
CloneFn is essentially a no-op that's useful for cloning remote repos by opening them (and calling the Locator).
CommitFromTagFn implements the COMMIT_FROM_TAG(...) sql function.