Namespaces

Types in GitSharp.Commands

Type VarCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

string GitDirectory get; set;

bool L get; set;

Not implemented Cause the logical variables to be listed. In addition, all the variables of the git configuration file .git/config are listed as well. (However, the configuration variables listing functionality is deprecated in favor of 'git config -l'.)

StreamWriter OutputStream get; set;

Repository Repository get; set;