Feature-request: the user can view earliest commits easier #1649

Closed
opened 2025-11-02 04:08:25 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @phtan on GitHub (Mar 25, 2018).

  • Gitea version (or commit ref): the one at the web-site https://git.fsfe.org (I don't know what version that is)
  • Git version:
  • Operating system:
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

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:

  1. A button 'last' that allows the user to view the earliest commits, with one click.
  2. An option to reverse the sort-order of the list of commits, so that the user can view the earliest commits first (currently, it seems to be in the order latest-commits-first)

As an aside, I understand this functionality is available via the command-line of Git: git log --reverse or something like that

Screenshots

screenshot_20180325-085727

Originally created by @phtan on GitHub (Mar 25, 2018). - Gitea version (or commit ref): the one at the web-site https://git.fsfe.org (I don't know what version that is) - Git version: - Operating system: - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: ## 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: 1. A button 'last' that allows the user to view the earliest commits, with one click. 2. An option to reverse the sort-order of the list of commits, so that the user can view the earliest commits first (currently, it seems to be in the order latest-commits-first) As an aside, I understand this functionality is available via the command-line of Git: `git log --reverse` or something like that ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** --> ![screenshot_20180325-085727](https://user-images.githubusercontent.com/3508975/37870511-9780d200-300a-11e8-9ed7-4853c17c588b.png)
GiteaMirror added the type/proposaltype/enhancement labels 2025-11-02 04:08:25 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1649