Documentation
¶
Overview ¶
Copyright © 2025 NAME HERE dino.danic@gmail.com
Copyright © 2025 NAME HERE dino.danic@gmail.com
Copyright © 2025 NAME HERE dino.danic@gmail.com
Index ¶
- func AddAll() error
- func FindGitDir() (string, error)
- func FindGitRoot() (string, error)
- func GetCommitsBetweenRefs(ref1, ref2 string) ([]string, error)
- func GetCommitsByDate(date string) ([]string, error)
- func GetCommitsByDateRange(startDate, endDate string) ([]string, error)
- func GetCommitsToday() ([]string, error)
- func GetDiffBetweenRefs(ref1, ref2 string) (string, error)
- func GetGitDiff() (string, error)
- func GetGitEditor() string
- func GetGitName() string
- func GetRepoName() string
- func GetTags() ([]string, error)
- type CommitInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindGitDir ¶
func FindGitRoot ¶
func GetCommitsBetweenRefs ¶
func GetCommitsByDate ¶
func GetCommitsByDateRange ¶
func GetCommitsToday ¶
func GetDiffBetweenRefs ¶
func GetGitDiff ¶
func GetGitEditor ¶
func GetGitEditor() string
func GetGitName ¶
func GetGitName() string
func GetRepoName ¶
func GetRepoName() string
Types ¶
type CommitInfo ¶
func GetRecentCommits ¶
func GetRecentCommits(limit int) ([]CommitInfo, error)
Click to show internal directories.
Click to hide internal directories.