package
4.0.0-rc3+incompatible
Repository: https://github.com/kampsy/go-git.git
Documentation: pkg.go.dev

# Functions

New returns a pointer to a new UlReq value, ready to be used.
NewDecoder returns a new decoder that reads from r.
NewEncoder returns a new encoder that writes to w.

# Structs

A Decoder reads and decodes AdvRef values from an input stream.
An Encoder writes UlReq values to an output stream.
UlReq values represent the information transmitted on a upload-request message.

# Interfaces

Depth values stores the desired depth of the requested packfile: see DepthCommit, DepthSince and DepthReference.

# Type aliases

DepthCommits values stores the maximum number of requested commits in the packfile.
DepthReference requests only commits not to found in the specified reference.
DepthSince values requests only commits newer than the specified time.