# Functions
InferSubmoduleURL returns the inferred external URL of the submodule at best effort.
IsErrNoMergeBase returns true if the underlying error is git.ErrNoMergeBase.
IsErrRevisionNotExist returns true if the underlying error is git.ErrRevisionNotExist.
IsErrSubmoduleNotExist returns true if the underlying error is git.ErrSubmoduleNotExist.
NewDiff returns a new wrapper of given git.Diff.
NewError wraps given error.
ParseDiff parses the diff from given io.Reader.
RepoDiff parses the diff on given revisions of given repository.
No description provided by the author
# Variables
Module is a mockable interface for Git operations.
# Structs
Diff is a wrapper to git.Diff with helper methods.
DiffFile is a wrapper to git.DiffFile with helper methods.
DiffSection is a wrapper to git.DiffSection with helper methods.
Error is a wrapper of a Git error, which handles not found.
No description provided by the author
PullRequestMeta contains metadata for a pull request.
TagsPage contains a list of tags and pagination information.
# Interfaces
ModuleStore is the interface for Git operations.