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 error in diff html rendering #13191

Merged
merged 5 commits into from
Oct 18, 2020

Commits on Oct 17, 2020

  1. Fix error in diff html rendering

    Was missing an optional whitespace check in regex. Also noticed a rare case where diff.Type == Equal would be empty and thus get a newline attached. Fixed that too.
    
    Fixes go-gitea#13177
    mrsdizzie committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    a2143dd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Update services/gitdiff/gitdiff.go

    Co-authored-by: zeripath <art27@cantab.net>
    mrsdizzie and zeripath committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    50f040d View commit details
    Browse the repository at this point in the history
  2. Update gitdiff_test.go

    mrsdizzie committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    404c83d View commit details
    Browse the repository at this point in the history
  3. fmt

    mrsdizzie committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    ab4635c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6f5d12 View commit details
    Browse the repository at this point in the history