You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix author date to work with older git versions
The `%aI` format string used previously seems to have appeared
in git v2.3.8. We use `%at` which returns an epoch instead and
seems to be available in older versions.