Versions in this module Expand all Collapse all v1 v1.0.1 Nov 17, 2024 v1.0.0 Nov 17, 2024 Changes in this version + func CloneRepository(repoURL string, bare bool) (*git.Repository, string, error) + func ImportRepository(repoPath string) (*git.Repository, error) + func MakeRef(r *git.Repository, name string, commit *object.Commit) error + func RemoveReferences(r *git.Repository, names []string) error + type DanglingObjects struct + Blobs []*object.Blob + Commits []*object.Commit + Trees []*object.Tree + func FindDanglingObjects(r *git.Repository, repoPath string) (DanglingObjects, error) Other modules containing this package github.com/bthuilot/git-lost-and-found/v2