Property | Type | Description | |
---|---|---|---|
_gitDirectory | string |
Method | Description | |
---|---|---|
Execute ( ) : void |
Execute the git command.
|
|
FindGitDirectory ( string rootDirectory, bool recursive, bool isBare ) : string |
Performs upward recursive lookup to return git directory. Honors the environment variable GIT_DIR.
|
Method | Description | |
---|---|---|
AbbreviateRef ( String dst, bool abbreviateRemote ) : string |
Abbreviates a ref-name, used in internal output
|
protected AbbreviateRef ( String dst, bool abbreviateRemote ) : string | ||
dst | String | long ref |
abbreviateRemote | bool | abbreviate as remote |
return | string |
public static FindGitDirectory ( string rootDirectory, bool recursive, bool isBare ) : string | ||
rootDirectory | string | |
recursive | bool | |
isBare | bool | |
return | string |