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 blame view missing lines (#22826) #22929

Merged
merged 4 commits into from
Feb 17, 2023

Commits on Feb 15, 2023

  1. Fix blame view missing lines (go-gitea#22826)

    Backport go-gitea#22826
    
    Creating a new buffered reader for every part of the blame can miss
    lines, as it will read and buffer bytes that the next buffered reader
    will not get.
    
    Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
    2 people authored and zeripath committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    71c864a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf33e56 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. fix missing indentation

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    cae08c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    308cd0e View commit details
    Browse the repository at this point in the history