Method | Description | |
---|---|---|
Delete ( ) : RefUpdateResult |
Delete the ref.
|
|
Delete ( RevWalk walk ) : RefUpdateResult |
Delete the ref.
|
|
DisableRefLog ( ) : void | ||
ForceUpdate ( ) : RefUpdateResult | ||
GetRefLogMessage ( ) : string | ||
RefUpdate ( |
||
SetRefLogMessage ( string msg, bool appendStatus ) : void | ||
Update ( ) : RefUpdateResult |
Gracefully update the ref to the new value.
|
|
Update ( RevWalk walk ) : RefUpdateResult |
Gracefully update the ref to the new value.
|
Method | Description | |
---|---|---|
Count ( string s, char c ) : int | ||
DeleteEmptyDir ( |
||
RequireCanDoUpdate ( ) : void | ||
SafeParse ( RevWalk rw, AnyObjectId id ) : |
||
ToResultString ( RefUpdateResult status ) : string | ||
UpdateImpl ( RevWalk walk, StoreBase store ) : RefUpdateResult | ||
UpdateRepositoryStore ( |
||
isNameConflicting ( ) : bool |
public Delete ( RevWalk walk ) : RefUpdateResult | ||
walk | RevWalk |
/// A |
return | RefUpdateResult |
public RefUpdate ( |
||
refDb | ||
r | ||
f | ||
return | System |
public SetRefLogMessage ( string msg, bool appendStatus ) : void | ||
msg | string | |
appendStatus | bool | |
return | void |
public Update ( RevWalk walk ) : RefUpdateResult | ||
walk | RevWalk |
/// A |
return | RefUpdateResult |