package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev
# Functions
CurrentBranch returns the current branch.
HasStagedChanges reports whether the working directory contains staged changes.
HasUnstagedChanges reports whether the working directory contains unstaged changes.
LocalBranches returns a list of all known local branches.
LocalChanges returns a list of files containing staged, unstaged, and untracked changes.
No description provided by the author
# Structs
Branch describes a Git branch.
A Commit describes a single pending commit on a Git branch.
GerritAccount is the JSON struct for a Gerrit AccountInfo.
GerritApproval is the JSON struct for a Gerrit ApprovalInfo.
GerritChange is the JSON struct returned by a Gerrit CL query.
GerritFetch is the JSON struct for a Gerrit FetchInfo.
GerritLabel is the JSON struct for a Gerrit LabelInfo.
GerritMessage is the JSON struct for a Gerrit MessageInfo.
GerritRevision is the JSON struct for a Gerrit RevisionInfo.