Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
GenericNetErr = &ProtoErr{Context: "Network Error"}
)
Functions ¶
func GetRemoteMasterHash ¶
func NegotiatePkFile ¶
func NegotiatePkFile()
where the client and server determine what the minimal packfile necessary for transport is
Types ¶
type PktStream ¶
type PktStream struct {
// contains filtered or unexported fields
}
pkt-line stream describing each ref and its current value
func DecodePkts ¶
func (PktStream) EncodePkts ¶
type RefSpecRaw ¶
type RefSpecRaw string
Example of valid refspec: "+refs/heads/*:refs/remotes/origin/*"
func (*RefSpecRaw) Parse ¶
func (r *RefSpecRaw) Parse() (*RefSpec, error)
Click to show internal directories.
Click to hide internal directories.