Actions
Defect #22864
closedAssociated revisions mix timestamps of git committer and git author.
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
Background information:¶
Git-commits have an author, who originally created the commit, and a committer who (finally) committed this commit to the Git-repository. Both come with their own timestamps.
- In general, author and committer are the same.
- They can be the same but have different dates associated with them
- But they can even be different.
The problem¶
The problem is, that if these commits are displayed as associated revisions from a Redmine-ticket the author will be displayed with commit-date instead of the original author-date.
Suggested solution.¶
The best solution would probably be to always display both, author and committer with their respective dates.
Related issues
Actions