Documentation ¶
Index ¶
- func Commit(status git.Status, worktree git.Worktree) error
- func GitDiff(workspace, filename string, output string) (string, error)
- func GitOpen(g *Git) error
- func GitOps(c *configuration.Config)
- func GitSendEmail(c *configuration.Config, diffs []string)
- func GitStatus(worktree git.Worktree) (git.Status, bool, error)
- type Git
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Commit ¶
func Commit(status git.Status, worktree git.Worktree) error
Commit will add and commit changes
func GitSendEmail ¶ added in v1.0.52
func GitSendEmail(c *configuration.Config, diffs []string)
GitSendEmail sends git related email notifications
Types ¶
Click to show internal directories.
Click to hide internal directories.