Namespaces

Types in GitSharp.Commands

Type UploadPackCommand

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;

string Strict get; set;

Not implemented Do not try /.git/ if is no git directory.

string Timeout get; set;

Not implemented Interrupt transfer after seconds of inactivity.