Modify ↓
Opened 11 years ago
Closed 11 years ago
#11481 closed enhancement (duplicate)
improve ordering of git changesets in timeline
Reported by: | Christian Boos | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | plugin/git | Version: | 1.0dev |
Severity: | normal | Keywords: | git-committer git-author |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Witness the followed set of rebased changesets: timeline:2014-02-10T0048
They're coming up backwards:
- Initial code drop, with PEP-0008 changes and inherit
- Show count in
h2
- …
- Allow the rendering method to be specified by the request handler
When they should come in reverse chronological order (i.e. most recent first):
- Allow the rendering method to be specified by the request handler
- …
- Show count in
h2
- Initial code drop, with PEP-0008 changes and inherit
So in case of a tie in the git-committer
date, we should use the git-author
date as a second key.
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Milestone: | next-stable-1.0.x |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Looks like ;-) Sorry for the noise!
Note:
See TracTickets
for help on using tickets.
Maybe a duplicate of #11467?