ReflogEntry#committer SyncExperimental

var signature = reflogEntry.committer();
Returns  
Signature the committer

ReflogEntry#idNew SyncExperimental

var oid = reflogEntry.idNew();
Returns  
Oid the new oid at this time

ReflogEntry#idOld SyncExperimental

var oid = reflogEntry.idOld();
Returns  
Oid the old oid

ReflogEntry#message SyncExperimental

var string = reflogEntry.message();
Returns  
String the log msg