Versions in this module Expand all Collapse all v1 v1.1.0 Dec 7, 2025 v1.0.2 Dec 6, 2025 Changes in this version + func GetChangedFiles(repoPath, beforeCommit, afterCommit string) (map[string]struct{}, error) + func GetChangedFilesBetweenCommits(repoPath string, beforeCommit, afterCommit string) (map[string]struct{}, error) + func GetCommitForRef(repoPath, ref string) (*object.Commit, error)