Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DumpStoryChanges ¶
func DumpStoryChanges(groups []*StoryChangeGroup, w io.Writer, porcelain bool) error
DumpStoryChanges writes a nicely formatted output to the io.Writer passed in.
In case the porcelain argument is true, the output is printed in a more machine-friendly way.
Types ¶
type Change ¶
func GroupCommitsByChangeId ¶
type StoryChangeGroup ¶
func GroupChangesByStoryId ¶
func GroupChangesByStoryId(changes []*Change) []*StoryChangeGroup
func SortStoryChanges ¶
func SortStoryChanges(groups []*StoryChangeGroup, stories []common.Story) []*StoryChangeGroup
func StoryChanges ¶
func StoryChanges(stories []common.Story) ([]*StoryChangeGroup, error)
StoryChanges returns the list of changes grouped by Story-Id.
Click to show internal directories.
Click to hide internal directories.