stats

package
v0.0.0-...-23ea0af Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetTaggedCommitMap

func GetTaggedCommitMap(repo *git.Repository, tagSubStr string) (map[string][]string, error)

GetTaggedCommitMap returns the map which key is revision and the value is the slice of tags attatched to its revision.

Types

type CommitStats

type CommitStats struct {
	Tags     []string
	Revision string
	Cnt      int // Number of commit
	Ins      int
	Del      int
}

CommitStats is struct having the stats data of the commit

func GetStats

func GetStats(repo *git.Repository, taggedCommitMap map[string][]string) ([]CommitStats, error)

GetStats returns slice of CommitsStats

type Tag

type Tag struct {
	Time time.Time
	Cnt  int
}

Tag is struct hold stats data of Tag

func CountTagBy

func CountTagBy(repo *git.Repository, tagSubstr string, times []time.Time) ([]Tag, error)

CountTagBy returns slice of Tag

Jump to

Keyboard shortcuts

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