• Show log

    Commit

  • Hash : 462865d7
    Author : Michał Górny
    Date : 2015-05-24T13:18:30

    cred_helpers: Add 'const' qualifiers to git_cred_userpass_payload
    
    Make both username & password in git_cred_userpass_payload 'const'.
    The values are not altered anywhere, and the extra qualifier allows
    clients to assign 'const' values there.