Namespaces

Types in GitSharp.Commands

Type TarTreeCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

string GitDirectory get; set;

StreamWriter OutputStream get; set;

string Remote get; set;

Not implemented Instead of making a tar archive from local repository, retrieve a tar archive from a remote repository.

Repository Repository get; set;