Namespaces

Types in GitSharp.Commands

Type CountObjectsCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

string GitDirectory get; set;

StreamWriter OutputStream get; set;

Repository Repository get; set;

bool Verbose get; set;

Not implemented In addition to the number of loose objects and disk space consumed, it reports the number of in-pack objects, number of packs, disk space consumed by those packs, and number of objects that can be removed by running `git prune-packed`.