Namespaces

Types in GitSharp.Commands

Type MergeFileCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

string GitDirectory get; set;

string L get; set;

Not implemented This option may be given up to three times, and specifies labels to be used in place of the corresponding file names in conflict reports. That is, `git merge-file -L x -L y -L z a b c` generates output that looks like it came from files x, y and z instead of from files a, b and c.

StreamWriter OutputStream get; set;

bool P get; set;

Not implemented Send results to standard output instead of overwriting ``.

bool Q get; set;

Not implemented Quiet; do not warn about conflicts.

Repository Repository get; set;