Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix paging of file commit logs (#14831) #14879

Merged
merged 1 commit into from
Mar 4, 2021

Commits on Mar 4, 2021

  1. Fix paging of file commit logs (go-gitea#14831)

    Backport go-gitea#14831
    
    Unfortunately `git log revision ... --skip=x -- path` skips the number of commits
    not the number of commits relating to the path.
    
    This PR changes the function to have a reader that reads and skips the
    necessary number of commits by hand instead.
    
    Fix go-gitea#8716
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    Co-authored-by: 6543 <6543@obermui.de>
    zeripath and 6543 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    d4c7f35 View commit details
    Browse the repository at this point in the history