• Show log

    Commit

  • Hash : dc035189
    Author : Carlos Martín Nieto
    Date : 2015-08-06T13:02:35

    curl: use the most secure auth method for the proxy
    
    When curl uses a proxy, it will only use Basic unless we prompt it to
    try to use the most secure on it has available.
    
    This is something which git did recently, and it seems like a good idea.