Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
IsValidName ( string refName ) : bool |
Check validity of a ref name. It must not contain a character that has a special meaning in a Git object reference expression. Some other dangerous characters are also excluded.
|
|
Ref ( Repository repo, string name ) : System | ||
ToString ( ) : string | ||
Update ( |
Updates this ref by forwarding it to the given object.
|
|
Update ( Ref reference ) : void |
Updates this ref by linking it to the given ref's target.
|
|
Update ( string name, |
||
operator ( ) : bool |
Method | Description | |
---|---|---|
Ref ( Repository repo, GitSharp.Core.Ref @ref ) : System |
public static IsValidName ( string refName ) : bool | ||
refName | string | |
return | bool |
public Ref ( Repository repo, string name ) : System | ||
repo | Repository | |
name | string | |
return | System |
public Update ( |
||
reference | The ref this object shall reference. | |
return | void |
public Update ( Ref reference ) : void | ||
reference | Ref | The ref this ref shall reference. |
return | void |
public static Update ( string name, |
||
name | string | |
reference | ||
return | void |