# Functions
GetBranchesByPath returns a branch by its path if limit = 0 it will not limit.
GetDefaultBranch gets default branch of repository.
OpenRepository opens the repository at the given relative path with the provided context.
RepositoryFromContextOrOpen attempts to get the repository from the context or just opens it.
RepositoryFromContextOrOpenPath attempts to get the repository from the context or just opens it Deprecated: Use RepositoryFromContextOrOpen instead.
SetDefaultBranch sets default branch of repository.
WalkReferences walks all the references from the repository.
# Variables
RepositoryContextKey is a context key.