Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCommitsSince ¶
GetCommitsSince returns the number of commits since a given SHA
func GetRootDir ¶
GetRootDir returns the git repository root directory
Types ¶
type DiffStats ¶
DiffStats summarizes git diff statistics
func GetDiffStatsSince ¶
GetDiffStatsSince returns diff statistics since a given SHA
type FileChange ¶
FileChange represents changes to a file
func GetChangedFilesSince ¶
func GetChangedFilesSince(sha string) ([]FileChange, error)
GetChangedFilesSince returns changed files since a given SHA
Click to show internal directories.
Click to hide internal directories.