Documentation
¶
Overview ¶
Package gitlog is a tiny, dependency-free reader over `git log`, shared by the context compiler, provenance, predict and producer attribution. All functions degrade to empty results when git is unavailable or the path has no history.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commit ¶
type Commit struct {
Hash string `json:"hash"`
Author string `json:"author"`
AuthorEmail string `json:"author_email"`
Date string `json:"date"`
Subject string `json:"subject"`
Body string `json:"body"`
}
Commit is one entry from git history.
Click to show internal directories.
Click to hide internal directories.