Namespaces

Types in GitSharp.Commands

Type FmtMergeMsgCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

string File get; set;

Not implemented Take the list of merged objects from instead of stdin.

string GitDirectory get; set;

bool Log get; set;

Not implemented In addition to branch names, populate the log message with one-line descriptions from the actual commits that are being merged.

bool NoLog get; set;

Not implemented Do not list one-line descriptions from the actual commits being merged.

bool NoSummary get; set;

Not implemented Synonyms to --log and --no-log; these are deprecated and will be removed in the future.

StreamWriter OutputStream get; set;

Repository Repository get; set;

bool Summary get; set;

Not implemented Synonyms to --log and --no-log; these are deprecated and will be removed in the future.