Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶ added in v0.19.0
Handler takes care of writing to stdin and reading from stdout of `git cat-file --batch`
type ObjectInfo ¶
ObjectInfo represents a header returned by `git cat-file --batch`
func ParseObjectInfo ¶
func ParseObjectInfo(stdout *bufio.Reader) (*ObjectInfo, error)
ParseObjectInfo reads and parses one header line from `git cat-file --batch`
Click to show internal directories.
Click to hide internal directories.