• Show log

    Commit

  • Hash : 70aa6146
    Author : Patrick Steinhardt
    Date : 2017-12-05T08:48:31

    cmake: allow explicitly choosing SHA1 backend
    
    Right now, if SHA1DC is disabled, the SHA1 backend is mostly chosen
    based on which system libgit2 is being compiled on and which libraries
    have been found. To give developers and distributions more choice,
    enable them to request specific backends by passing in a
    `-DSHA1_BACKEND=<BACKEND>` option instead. This completely replaces the
    previous auto-selection.