Namespaces

Types in GitSharp.Commands

Type LsTreeCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string Abbrev get; set;

Not implemented Instead of showing the full 40-byte hexadecimal object lines, show only a partial prefix. Non default number of digits can be specified with --abbrev=.

string ActualDirectory get;

List<string> Arguments get; set;

bool D get; set;

Not implemented Show only the named tree entry itself, not its children.

bool FullName get; set;

Not implemented Instead of showing the path names relative to the current working directory, show the full path names.

bool FullTree get; set;

Not implemented Do not limit the listing to the current working directory. Implies --full-name.

string GitDirectory get; set;

bool Long get; set;

Not implemented Show object size of blob (file) entries.

bool NameOnly get; set;

Not implemented List only filenames (instead of the "long" output), one per line.

bool NameStatus get; set;

Not implemented List only filenames (instead of the "long" output), one per line.

StreamWriter OutputStream get; set;

bool R get; set;

Not implemented Recurse into sub-trees.

Repository Repository get; set;

bool T get; set;

Not implemented Show tree entries even when going to recurse them. Has no effect if '-r' was not passed. '-d' implies '-t'.

bool Z get; set;

Not implemented \0 line termination on output.