Namespaces

Types in GitSharp.Commands

Type QuiltimportCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

string Author get; set;

Not implemented The author name and email address to use when no author information can be found in the patch description.

bool DryRun get; set;

Not implemented Walk through the patches in the series and warn if we cannot find all of the necessary information to commit a patch. At the time of this writing only missing author information is warned about.

string GitDirectory get; set;

StreamWriter OutputStream get; set;

string Patches get; set;

Not implemented The directory to find the quilt patches and the quilt series file. + The default for the patch directory is patches or the value of the $QUILT_PATCHES environment variable.

Repository Repository get; set;