Documentation ¶
Index ¶
- Variables
- func DisplayRateLimit()
- type Commit
- func (c *Commit) AuthorDate() string
- func (c *Commit) AuthorName() string
- func (c *Commit) CommitterDate() string
- func (c *Commit) FirstParent() *Commit
- func (c *Commit) MessageC() string
- func (c *Commit) NbParents() int
- func (c *Commit) SameAuthor(c2 *Commit) bool
- func (c *Commit) SameSHA1(c2 *Commit) bool
- func (c *Commit) SecondParent() *Commit
- func (c *Commit) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var Client *github.Client
View Source
var GHex *exit.Exit
Functions ¶
func DisplayRateLimit ¶
func DisplayRateLimit()
Types ¶
type Commit ¶
func FirstSingleParentCommit ¶
func MustGetCommit ¶
func (*Commit) AuthorDate ¶
func (*Commit) AuthorName ¶
func (*Commit) CommitterDate ¶
func (*Commit) FirstParent ¶
func (*Commit) SameAuthor ¶
func (*Commit) SecondParent ¶
Click to show internal directories.
Click to hide internal directories.