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 repository adoption on Windows (#21646) #21651

Merged
merged 1 commit into from
Nov 1, 2022

Commits on Oct 31, 2022

  1. Fix repository adoption on Windows (go-gitea#21646)

    Backport go-gitea#21646
    
    A bug was introduced in go-gitea#17865 where filepath.Join is used to join
    putative unadopted repository owner and names together. This is
    incorrect as these names are then used as repository names - which shoud
    have the '/' separator. This means that adoption will not work on
    Windows servers.
    
    Fix go-gitea#21632
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    fb5b6bd View commit details
    Browse the repository at this point in the history