Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commit ¶
type Commit struct {
// contains filtered or unexported fields
}
func (*Commit) CustomCommit ¶
func (c *Commit) CustomCommit(answers CommitMessage)
func (*Commit) ListHeaderOptions ¶
type CommitHeader ¶
func (*CommitHeader) Format ¶
func (c *CommitHeader) Format() string
func (*CommitHeader) String ¶
func (c *CommitHeader) String() string
type CommitMessage ¶
type GitCommand ¶
type GitCommand struct {
// contains filtered or unexported fields
}
GitCommand is git-cli command with custom stdout and custom stderr
func (*GitCommand) Exec ¶
func (g *GitCommand) Exec(args ...string) *manager.ErrManager
Exec will run git cli in command line
func (*GitCommand) SetErrWriter ¶
func (g *GitCommand) SetErrWriter(err io.Writer) *GitCommand
SetErrWriter will set err writer
func (*GitCommand) SetOutWriter ¶
func (g *GitCommand) SetOutWriter(out io.Writer) *GitCommand
SetOutWriter will set out writer
type Repo ¶
type Repo struct {
// contains filtered or unexported fields
}
func (*Repo) GetGitRepository ¶
func (r *Repo) GetGitRepository() *git.Repository
func (*Repo) GetWorktree ¶
Click to show internal directories.
Click to hide internal directories.