package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Dec 7, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GetChangedFiles(repoPath, beforeCommit, afterCommit string) (map[string]struct{}, error)
GetChangedFiles returns a set of file paths that have changed between two commits.
File paths are absolute paths.
GetChangedFilesBetweenCommits is a convenience function that returns changed files
between two commits. It handles HEAD^ style references.
GetCommitForRef returns the commit object for a given reference
Source Files
¶
Click to show internal directories.
Click to hide internal directories.