Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindIDInRange ¶ added in v1.126.0
FindIDInRange finds a ID according to the label in a commit range <from>..<to>. We assume the git repo is present in the current working directory.
func FindLabelsInCommits ¶ added in v1.124.0
func FindLabelsInCommits(commits object.CommitIter, label string) ([]string, error)
FindLabelsInCommits a label is considered to be something like key: label, e.g. TransportRequest: 123456 These labels are expected to be contained in the git commit message as a separate line in the commit message body. In case several labels are found they are returned in ascending order.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.