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

Merged
merged 11 commits into from
Mar 4, 2021

Commits on Feb 28, 2021

  1. Fix paging of file commit logs

    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 <[email protected]>
    zeripath committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    c56ad17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5156b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63134eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60a24d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    0fdf806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1587e4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2f5251 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    22ce9d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bac579c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    29be1bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c1258c View commit details
    Browse the repository at this point in the history