Namespaces

Types in GitSharp.Commands

Type CatFileCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

bool Batch get; set;

Not implemented Print the SHA1, type, size, and contents of each object provided on stdin. May not be combined with any other options or arguments.

bool BatchCheck get; set;

Not implemented Print the SHA1, type, and size of each object provided on stdin. May not be combined with any other options or arguments.

string E get; set;

Not implemented Suppress all output; instead exit with zero status if exists and is a valid object.

string GitDirectory get; set;

StreamWriter OutputStream get; set;

string P get; set;

Not implemented Pretty-print the contents of based on its type.

Repository Repository get; set;

bool S get; set;

Not implemented Instead of the content, show the object size identified by

bool T get; set;

Not implemented Instead of the content, show the object type identified by .