Versions in this module Expand all Collapse all v1 v1.1.19 Jun 11, 2020 Changes in this version + type LsTreeEntry struct + FullFilepath string + type Result struct + func LsTree(repository *git.Repository, commit string, ...) (*Result, error) + func (r *Result) Checksum() string + func (r *Result) IsEmpty() bool + func (r *Result) LsTree(pathMatcher path_matcher.PathMatcher) (*Result, error) + func (r *Result) Walk(f func(lsTreeEntry *LsTreeEntry) error) error + type SubmoduleResult struct