Method | Description | |
---|---|---|
WriteReflog ( |
Writes reflog entry for ref specified by refName
|
Method | Description | |
---|---|---|
AppendOneRecord ( |
||
append ( GitSharp.Core.RefRename refRename, string logName, string msg ) : void | ||
append ( |
||
renameTo ( |
public static WriteReflog ( |
||
repo | Repository to use. | |
oldCommit | Previous commit. | |
commit | New commit. | |
message | string | Reflog message |
refName | string | Full ref name |
return | void |