Versions in this module Expand all Collapse all v0 v0.5.0 Apr 8, 2015 Changes in this version + var MediaWarning = []byte("# git-media\n") + func Clean(reader io.Reader, size int64, cb lfs.CopyCallback) (*cleanedAsset, error) + func Encode(writer io.Writer, pointer *Pointer) (int, error) + func Smudge(writer io.Writer, ptr *Pointer, workingfile string, cb lfs.CopyCallback) error + type Pointer struct + Oid string + OidType string + Size int64 + Version string + func Decode(reader io.Reader) (*Pointer, error) + func NewPointer(oid string, size int64) *Pointer + func (p *Pointer) Encode(writer io.Writer) (int, error) + func (p *Pointer) Encoded() string + func (p *Pointer) Smudge(writer io.Writer, workingfile string, cb lfs.CopyCallback) error + type SmudgeError struct + Filename string + Oid string