Feature-request: the user can view earliest commits easier #3716
Labels
type/enhancement
An improvement of existing functionality
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Milestone
[x]
):Description
Currently, if the user wants to view the earliest commits, from the Web-interface, s/he has to click on the button 'Next' repeatedly. This may cost him/her a longer time than necessary. I propose two implementations to ease the user's navigational efforts:
As an aside, I understand this functionality is available via the command-line of Git:
git log --reverse
or something like thatScreenshots
The text was updated successfully, but these errors were encountered: