Versions in this module Expand all Collapse all v0 v0.1.1 Jun 4, 2019 v0.1.0 Jun 4, 2019 Changes in this version + type Args struct + All bool + Amend bool + Author string + Date string + Quiet bool + Verbose bool + func NewDefaultArgs() *Args + func (args Args) Combination(commitMsg string) (rawArgs []string) + type Commitment interface + Execute func(*Args) error + Read func() (string, error) + Setup func(config.Config) error + func New() Commitment