changes

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2014 License: MIT Imports: 7 Imported by: 0

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

type Change struct {
	StoryId  string
	ChangeId string
	Commits  []*git.Commit
}

func GroupCommitsByChangeId

func GroupCommitsByChangeId(commits []*git.Commit) []*Change

type StoryChangeGroup

type StoryChangeGroup struct {
	StoryId string
	Changes []*Change
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL