• R
    Merge branch '3870-commit-sorting-issue' into 'master' · a9cc14e0
    Rémy Coutable 提交于
    Group commits by date in server timezone
    
    `Time#to_date` just takes the (timezone-less) year, date, and month, and
    creates a new date from that. Because the commits in the list are
    grouped by date, rather than chunked when the date changes, a commit can
    be shown in the wrong order if its CommitDate has a timezone-less date
    that's different to other commits around it.
    
    Convert all CommitDates to the server timezone before grouping, as that
    will at least produce consistent results. Users can still see a
    timestamp on the commit that doesn't match the date it's grouped under,
    because the timestamp shown uses the user's local timezone, and the
    grouping uses the server's timezone, but that was an issue anyway.
    
    ### Before
    ![image](/uploads/1ffe0e2f86e03590cb96126d4f340436/image.png)
    
    ### After
    ![image](/uploads/b1be1b08782385d13c56528242a5829b/image.png)
    
    Closes #3870 and closes #17300.
    
    See merge request !4052
    a9cc14e0
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG 139.1 KB