Commit List - Date/Time Issue
Created by: jpscharf
I just rebased and updated develop branch onto a feature branch. In git it is showing the original dates (5 weeks ago) for older commits that were pushed up by the rebase, while on GitLab it is showing the commit was added 18 minutes ago.
GitLab 6.0.0
git cli (git log --graph --pretty=format:'%h %ar %s'
)
But when I use the following git cli command (git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
) it shows the same dates as GitLab.