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 incorrect notification commit url (#21479) #21483

Merged

Commits on Oct 17, 2022

  1. Fix incorrect notification commit url (go-gitea#21479)

    For normal commits the notification url was wrong because oldCommitID is received from the shrinked commits list.
    
    This PR moves the commits list shrinking after the oldCommitID assignment.
    wxiaoguang committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    e9aa10d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    b18e739 View commit details
    Browse the repository at this point in the history