Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.33 KB

File metadata and controls

55 lines (42 loc) · 1.33 KB
layout default
menu_item api
title ReflogEntry
description Version 0.19.0
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