ReflogEntry#committer
var signature = reflogEntry.committer();
| Returns | |
|---|---|
| Signature | the committer |
ReflogEntry#idNew
var oid = reflogEntry.idNew();
| Returns | |
|---|---|
| Oid | the new oid at this time |
ReflogEntry#idOld
var oid = reflogEntry.idOld();
| Returns | |
|---|---|
| Oid | the old oid |
ReflogEntry#message
var string = reflogEntry.message();
| Returns | |
|---|---|
| String | the log msg |