Versions in this module Expand all Collapse all v1 v1.0.0 May 22, 2023 Changes in this version + func GetTreeEntryPathCommitID(ctx context.Context, repoPath, revision string, treeEntryPath string) (*object.ID, error) + type BlameTreeEntry struct + CommitObj *commit.Object + func ParseBlameTree(ctx context.Context, repoPath, revision string, treePath string) ([]*BlameTreeEntry, error) + type Entry struct + Mode object.Mode + Oid object.ID + Path string + Type object.Type + func ParseTree(ctx context.Context, repoPath, revision string, treePath string) ([]*Entry, error) + func ParseTreeLine(treeLine string) (*Entry, error)