Namespaces

Types in GitSharp.Commands

Type NameRevCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

bool All get; set;

Not implemented List all commits reachable from all refs

bool Always get; set;

Not implemented Show uniquely abbreviated commit object as fallback.

List<string> Arguments get; set;

string GitDirectory get; set;

bool NameOnly get; set;

Not implemented Instead of printing both the SHA-1 and the name, print only the name. If given with --tags the usual tag prefix of "tags/" is also omitted from the name, matching the output of `git-describe` more closely.

bool NoUndefined get; set;

Not implemented Die with error code != 0 when a reference is undefined, instead of printing `undefined`.

StreamWriter OutputStream get; set;

string Refs get; set;

Not implemented Only use refs whose names match a given shell pattern.

Repository Repository get; set;

string Stdin get; set;

Not implemented Read from stdin, append "()" to all sha1's of nameable commits, and pass to stdout

bool Tags get; set;

Not implemented Do not use branch names, but only tags to name the commits