Documentation
¶
Overview ¶
* Implements all the subcommands available via the CLI.
Index ¶
- func Dump(revs []string, pathspecs []string, short bool, since string, until string, ...) (err error)
- func Hist(revs []string, pathspecs []string, mode tally.TallyMode, showEmail bool, ...) (err error)
- func Parse(revs []string, pathspecs []string, short bool, since string, until string, ...) (err error)
- func Table(revs []string, pathspecs []string, mode tally.TallyMode, useCsv bool, ...) (err error)
- func Tree(revs []string, pathspecs []string, mode tally.TallyMode, depth int, ...) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dump ¶
func Dump( revs []string, pathspecs []string, short bool, since string, until string, authors []string, nauthors []string, ) (err error)
Just prints out the output of git log as seen by git who.
func Parse ¶
func Parse( revs []string, pathspecs []string, short bool, since string, until string, authors []string, nauthors []string, ) (err error)
Just prints out a simple representation of the commits parsed from `git log` for debugging.
func Table ¶
func Table( revs []string, pathspecs []string, mode tally.TallyMode, useCsv bool, showEmail bool, countMerges bool, limit int, since string, until string, authors []string, nauthors []string, ) (err error)
The "table" subcommand summarizes the authorship history of the given commits and paths in a table printed to stdout.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.