A commit from 2 weeks was cherry-picked to the top of a branch today and the git log shows the date on the commit to be from 2 weeks ago. But how can I see that it was added to the branch today?
I use IntelliJ and it's annotations show it as added to the branch today but git annotate
shows the date from 2 weeks ago. There must be some way to do it since IntelliJ does it.