-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Repositories
-
2
FishEye shows git related Activity Stream data ordered by AuthorDate as result of git log command. It will be awesome if it shows data ordered by CommitDate. In order to do this, this command could be used:
git log --pretty=fuller
To satisfy all customers maybe we can create a checkbox or dropdown that would show both options (CommitDate and AuthorDate).