Namespaces

Types in GitSharp.Commands

Type LsRemoteCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

string GitDirectory get; set;

bool Heads get; set;

Not implemented Limit to only refs/heads and refs/tags, respectively. These options are _not_ mutually exclusive; when given both, references stored in refs/heads and refs/tags are displayed.

StreamWriter OutputStream get; set;

Repository Repository get; set;

bool Tags get; set;

Not implemented Limit to only refs/heads and refs/tags, respectively. These options are _not_ mutually exclusive; when given both, references stored in refs/heads and refs/tags are displayed.

string UploadPack get; set;

Not implemented Specify the full path of 'git-upload-pack' on the remote host. This allows listing references from repositories accessed via SSH and where the SSH daemon does not use the PATH configured by the user.