I need to verify the commit and permalink were same.
(First I used ChangeID. but In case of Commit msg didn't have the ChangeId, I think author date is the key).
In gerrit query,
It has only createdOn, lastUpdated, grantedOn data.(ssh -p portname url gerrit query)
But in git log, It has only Author date, Commit date.
How to I get the author date in gerrit query? Author date is displayed in gerrit website - In patchset section.
I already searching it in gerrit code review website, but can't get right information.
Plz help me.
Thank you.