Versions in this module Expand all Collapse all v1 v1.0.2 Dec 30, 2025 Changes in this version + func DiffAgainst(root, base string) ([]string, [][]byte, error) + func RepoMetadata(root string) (string, string, string) + func StagedDiff(root string) ([]string, [][]byte, error) + type Entry struct + Files map[string][]byte + Hash string + func LastNCommits(root string, n int) ([]Entry, error)