Namespaces

Types in GitSharp.Commands

Type HashObjectCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

string GitDirectory get; set;

bool NoFilters get; set;

Not implemented Hash the contents as is, ignoring any input filter that would have been chosen by the attributes mechanism, including crlf conversion. If the file is read from standard input then this is always implied, unless the --path option is given.

StreamWriter OutputStream get; set;

bool Path get; set;

Not implemented Hash object as it were located at the given path. The location of file does not directly influence on the hash value, but path is used to determine what git filters should be applied to the object before it can be placed to the object database, and, as result of applying filters, the actual blob put into the object database may differ from the given file. This option is mainly useful for hashing temporary files located outside of the working directory or files read from stdin.

Repository Repository get; set;

bool Stdin get; set;

Not implemented Read the object from standard input instead of from a file.

bool StdinPaths get; set;

Not implemented Read file names from stdin instead of from the command-line.

string T get; set;

Not implemented Specify the type (default: "blob").

bool W get; set;

Not implemented Actually write the object into the object database.