Namespaces

Types in GitSharp.Commands

Type ReplaceCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

bool D get; set;

Not implemented Delete existing replace refs for the given objects.

bool F get; set;

Not implemented If an existing replace ref for the same object exists, it will be overwritten (instead of failing).

string GitDirectory get; set;

string L get; set;

Not implemented List replace refs for objects that match the given pattern (or all if no pattern is given). Typing "git replace" without arguments, also lists all replace refs.

StreamWriter OutputStream get; set;

Repository Repository get; set;