Documentation
¶
Overview ¶
Package patch provides support for generating a patch and patch file between two commits.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Patch ¶
type Patch struct { Title string Hash string Message string Trailers []string AuthorName string AuthorEmail string AuthorDate string Filename string Stat string Diff string }
Patch represents a specific commit and all the metadata associated with the specific commit.
Click to show internal directories.
Click to hide internal directories.