package
2.5.2+incompatible
Repository: https://github.com/saracen/git-lfs.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewRepo creates a new git repo in a new temp dir.
Simplistic fire & forget running of git command - returns combined output.
WrapRepo creates a new Repo instance for an existing git repo.
# Constants
Bare repo (no working copy).
Normal repo with working copy.
Repo with working copy but git dir is separate.
# Structs
Input for defining commits for test repo.
Output struct with details of commits created for test.
Input data for a single file in a commit.
Just a psuedo-random stream of bytes (not cryptographic) Calls RNG a bit less often than using rand.Source directly.
No description provided by the author
No description provided by the author
# Interfaces
Callback interface (testing.T compatible).
# Type aliases
PointersByOid implements sort.Interface for []*lfs.Pointer based on oid.
RefsByName implements sort.Interface for []*git.Ref based on name.
No description provided by the author
WrappedPointersByOid implements sort.Interface for []*lfs.WrappedPointer based on oid.