Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GPGSpec ¶
type GPGSpec struct { /* signingKey defines the gpg key used to sign the commit message default: none */ SigningKey string `yaml:",omitempty"` /* passphrase defines the gpg passphrase used to sign the commit message */ Passphrase string `yaml:",omitempty"` }
GPGSpec defines the specification for manipulating gpg keys in the context of git commits.
Click to show internal directories.
Click to hide internal directories.