Namespaces

Types in GitSharp.Commands

Type ShortlogCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

bool Email get; set;

Not implemented Show the email address of each author.

string GitDirectory get; set;

bool Help get; set;

Not implemented Print a short usage message and exit.

bool Numbered get; set;

Not implemented Sort output according to the number of commits per author instead of author alphabetic order.

StreamWriter OutputStream get; set;

Repository Repository get; set;

bool Summary get; set;

Not implemented Suppress commit description and provide a commit count summary only.

string W get; set;

Not implemented Linewrap the output by wrapping each line at `width`. The first line of each entry is indented by `indent1` spaces, and the second and subsequent lines are indented by `indent2` spaces. `width`, `indent1`, and `indent2` default to 76, 6 and 9 respectively.