Namespaces

Types in GitSharp.Commands

Type PrunePackedCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

bool DryRun get; set;

Not implemented Don't actually remove any objects, only show those that would have been removed.

string GitDirectory get; set;

StreamWriter OutputStream get; set;

bool Quiet get; set;

Not implemented Squelch the progress indicator.

Repository Repository get; set;