Namespaces

Types in GitSharp.Commands

Type MergeIndexCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

bool A get; set;

Not implemented Run merge against all files in the index that need merging.

string ActualDirectory get;

List<string> Arguments get; set;

string GitDirectory get; set;

bool O get; set;

Not implemented Instead of stopping at the first failed merge, do all of them in one shot - continue with merging even when previous merges returned errors, and only return the error code after all the merges.

StreamWriter OutputStream get; set;

bool Q get; set;

Not implemented Do not complain about a failed merge program (a merge program failure usually indicates conflicts during the merge). This is for porcelains which might want to emit custom messages.

Repository Repository get; set;