Namespaces

Types in GitSharp.Commands

Type VerifyPackCommand

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 StatOnly get; set;

Not implemented Do not verify the pack contents; only show the histogram of delta chain length. With `--verbose`, list of objects is also shown.

bool Verbose get; set;

Not implemented After verifying the pack, show list of objects contained in the pack and a histogram of delta chain length.