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

libgit2: Improve HTTP redirection observability #772

Merged
merged 1 commit into from
Jun 8, 2022

Commits on Jun 8, 2022

  1. libgit2: Improve HTTP redirection observability

    Git repositories may be redirected to different URLs
    when they are accessed via HTTP. The two most obvious
    scenarios are from HTTP to HTTPS and when the .git suffix
    is missing.
    By improving the logging on this process users can identify
    changes required to their GitRepository objects.
    
    Signed-off-by: Paulo Gomes <[email protected]>
    Paulo Gomes committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    23b337f View commit details
    Browse the repository at this point in the history