Property | Type | Description | |
---|---|---|---|
RefsBisectPrefix | string | ||
RefsHeadsPrefix | string | ||
RefsRemotesPrefix | string | ||
RefsTagsPrefix | string | ||
TagDereferenceSuffix | string |
Method | Description | |
---|---|---|
CreateBranchRef ( |
||
GetAmbiguousRefNames ( IEnumerable |
||
GetMergeWith ( ISettingsValueGetter configFile ) : string |
This method is a faster than the property above. The property reads the config file every time it is accessed. This method accepts a configfile what makes it faster when loading the revisiongraph.
|
|
GetTrackingRemote ( ISettingsValueGetter configFile ) : string |
This method is a faster than the property above. The property reads the config file every time it is accessed. This method accepts a config file what makes it faster when loading the revision graph.
|
|
GitRef ( IGitModule module, string guid, string completeName ) : System | ||
GitRef ( IGitModule module, string guid, string completeName, string remote ) : System | ||
NoHead ( |
||
RemoteSettingName ( string branch ) : string |
Gets the setting name for a branch's remote.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
ParseName ( ) : void |
public static CreateBranchRef ( |
||
module | ||
guid | string | |
name | string | |
return |
public static GetAmbiguousRefNames ( IEnumerable |
||
refs | IEnumerable |
|
return | ISet |
public GetMergeWith ( ISettingsValueGetter configFile ) : string | ||
configFile | ISettingsValueGetter | |
return | string |
public GetTrackingRemote ( ISettingsValueGetter configFile ) : string | ||
configFile | ISettingsValueGetter | |
return | string |
public GitRef ( IGitModule module, string guid, string completeName ) : System | ||
module | IGitModule | |
guid | string | |
completeName | string | |
return | System |
public GitRef ( IGitModule module, string guid, string completeName, string remote ) : System | ||
module | IGitModule | |
guid | string | |
completeName | string | |
remote | string | |
return | System |
public static NoHead ( |
||
module | ||
return |
public static RemoteSettingName ( string branch ) : string | ||
branch | string | |
return | string |