Documentation ¶
Index ¶
- Constants
- func GetBody(commits []Commit, assign []string) string
- func GetBodyV1(target Commit, commits []Commit, assign []string) string
- func RunBingo(ctx context.Context, logger *logrus.Entry) error
- func RunCommand(logger *logrus.Entry, cmd *exec.Cmd) (string, error)
- func SetCommitter(ctx context.Context, logger *logrus.Entry, name string, email string) error
- func Table(logger *logrus.Logger, commits []Commit, repoBase string)
- func WithDir(command *exec.Cmd, dir string) *exec.Cmd
- func WithEnv(command *exec.Cmd, env ...string) *exec.Cmd
- type Commit
Constants ¶
View Source
const PrettyFormat = "--pretty=format:%H\u00A0%cI\u00A0%an\u00A0%s"
Variables ¶
This section is empty.
Functions ¶
func SetCommitter ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.