• Show log

    Commit

  • Hash : 05c1fb8a
    Author : Josh Bleecher Snyder
    Date : 2019-12-06T11:04:40

    http: avoid generating double slashes in url
    
    Prior to this change, given a remote url with a trailing slash,
    such as http://localhost/a/, service requests would contain a
    double slash: http://localhost/a//info/refs?service=git-receive-pack.
    Detect and prevent that.
    
    Updates #5321