Documentation
¶
Index ¶
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloneRepository ¶
func ImportRepository ¶
func ImportRepository(repoPath string) (*git.Repository, error)
func RemoveReferences ¶
func RemoveReferences(r *git.Repository, names []string) error
Types ¶
type DanglingObjects ¶
func FindDanglingObjects ¶
func FindDanglingObjects(r *git.Repository, repoPath string) (DanglingObjects, error)
Click to show internal directories.
Click to hide internal directories.