layout default menu_item api title ReflogEntry description Version 0.26.1 return_to API Documentation Index /api/ sections #committer #idNew #idOld #message #committer #idNew #idOld #message 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