package
4.1.1+incompatible
Repository: https://github.com/eiso/go-git.git
Documentation: pkg.go.dev

# Functions

NewDemuxer returns a new Demuxer for the given t and read from r.
NewMuxer returns a new Muxer for the given t that writes on w.

# Constants

ErrorMessage fatal error message just before stream aborts.
MaxPackedSize for Sideband type.
MaxPackedSize64k for Sideband64k type.
PackData packfile content.
ProgressMessage progress messages.
Sideband legacy sideband type up to 1000-byte messages.
Sideband64k sideband type up to 65519-byte messages.

# Variables

ErrMaxPackedExceeded returned by Read, if the maximum packed size is exceeded.

# Structs

Demuxer demultiplexes the progress reports and error info interleaved with the packfile itself.
Muxer multiplex the packfile along with the progress messages and the error information.

# Interfaces

Progress where the progress information is stored.

# Type aliases

Channel sideband channel.
Type sideband type "side-band" or "side-band-64k".