This probably boils down to personal preference (and bikeshed! ;), but commits are currently listed from most recent to most ancient. This is the same as in a git log... but I'm not sure that's the way people expect them to be. I've been doing them oldest to newest in my release notes so far.

Comments

Grayside’s picture

I prefer oldest to newest for commits myself, as it allows you to see the evolution of a release. Maybe an option to determine the sort order?

petsagouris’s picture

Category: bug » feature
petsagouris’s picture

Assigned: Unassigned » petsagouris
Status: Active » Needs review
StatusFileSize
new1.96 KB

Ok, I went ahead and added the '--reverse' option. Please review.

Grayside’s picture

Status: Needs review » Needs work

Description of reverse parameter should indicate what "normal" is. Tempted to say the parameter should be --order=asc/desc but that may be overly verbose.

petsagouris’s picture

Since this is about git, the "normal" is set by the git system.
I can see your point though. Would you like to go about a more descriptive line for that description?

petsagouris’s picture

Status: Needs work » Needs review
petsagouris’s picture

Title: commits in the wrong order? » Provide options for showing commits from old to new
Grayside’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.