Aleksandr Semenov
Results
2
comments of
Aleksandr Semenov
Try this ``` cIter, err := g.Log(&git.LogOptions{ From: reference.Hash(), Order: git.LogOrderCommitterTime, }) ``` where reference is a ref to your branch
This seems to be unsupported right now. You can read the log of the main branch and the log of your branch and compare them.