Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commit ¶
type Commit struct { // SHA the git commit sha of the commit SHA string // Author the author name and email of the commit Author string // Date the date of the commit Date string // Comment the full commit comment Comment string }
Commit represents a git commit returned from 'git log`
func ParseGitLog ¶
ParseGitLog parses the output of git log into commits with SHA, author, date and comments
Click to show internal directories.
Click to hide internal directories.