Namespaces

Types in GitSharp.Commands

Type MailsplitCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

bool B get; set;

Not implemented If any file doesn't begin with a From line, assume it is a single mail message instead of signaling error.

string D get; set;

Not implemented Instead of the default 4 digits with leading zeros, different precision can be specified for the generated filenames.

string F get; set;

Not implemented Skip the first numbers, for example if -f3 is specified, start the numbering with 0004.

string GitDirectory get; set;

string O get; set;

Not implemented Directory in which to place the individual messages.

StreamWriter OutputStream get; set;

Repository Repository get; set;