Versions in this module Expand all Collapse all v1 v1.13.1 Nov 5, 2025 v1.13.0 Oct 30, 2025 Changes in this version + type Client struct + Binary string + Dir string + func (c *Client) GeneratePatchFile(destDir string) PatchFile + func (c *Client) GetBranch() string + func (c *Client) GetCommit() string + func (c *Client) GetOriginUrl() string + type LFSChangedFilesMetadata struct + Count int + Files []string + type PatchFile struct + LFSChangedFiles LFSChangedFilesMetadata + Path string + UntrackedFiles UntrackedFilesMetadata + Written bool + type UntrackedFilesMetadata struct + Count int + Files []string