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) #21650

Merged
merged 3 commits 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 <[email protected]>
    zeripath committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3286c0b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    0968729 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82d4a29 View commit details
    Browse the repository at this point in the history