Namespaces

Types in GitSharp.Commands

Type UnpackObjectsCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

string GitDirectory get; set;

bool N get; set;

Not implemented Dry run. Check the pack file without actually unpacking the objects.

StreamWriter OutputStream get; set;

bool Q get; set;

Not implemented The command usually shows percentage progress. This flag suppresses it.

bool R get; set;

Not implemented When unpacking a corrupt packfile, the command dies at the first corruption. This flag tells it to keep going and make the best effort to recover as many objects as possible.

Repository Repository get; set;

bool Strict get; set;

Not implemented Don't write objects with broken content or links.