Documentation ¶ Index ¶ func DisplayDB(rows *sql.Rows, w io.Writer, format string) error func NewCommitFileIter(repo *git.Repository, opt *commitFileIterOptions) (*commitFileIter, error) type GitQLite func New(repoPath string, options *Options) (*GitQLite, error) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DisplayDB ¶ func DisplayDB(rows *sql.Rows, w io.Writer, format string) error func NewCommitFileIter ¶ added in v0.2.0 func NewCommitFileIter(repo *git.Repository, opt *commitFileIterOptions) (*commitFileIter, error) Types ¶ type GitQLite ¶ type GitQLite struct { DB *sql.DB RepoPath string } GitQLite loads git repositories into sqlite func New ¶ func New(repoPath string, options *Options) (*GitQLite, error) New creates an instance of GitQLite type Options ¶ type Options struct { UseGitCLI bool } Source Files ¶ View all Source files display.gogit_branches.gogit_file_iter.gogit_files.gogit_log.gogit_log_cli.gogit_tags.gogitqlite.go Click to show internal directories. Click to hide internal directories.