Namespaces

Types in GitSharp.Commands

Type PackRedundantCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

bool All get; set;

Not implemented Processes all packs. Any filenames on the command line are ignored.

bool AltOdb get; set;

Not implemented Don't require objects present in packs from alternate object directories to be present in local packs.

List<string> Arguments get; set;

string GitDirectory get; set;

StreamWriter OutputStream get; set;

Repository Repository get; set;

bool Verbose get; set;

Not implemented Outputs some statistics to stderr. Has a small performance penalty.