1. 25 Jan, 2018 7 commits
  2. 20 Jan, 2018 3 commits
  3. 19 Jan, 2018 3 commits
  4. 18 Jan, 2018 1 commit
  5. 17 Jan, 2018 7 commits
  6. 12 Jan, 2018 5 commits
  7. 11 Jan, 2018 1 commit
  8. 10 Jan, 2018 5 commits
  9. 08 Jan, 2018 3 commits
  10. 07 Jan, 2018 2 commits
  11. 05 Jan, 2018 2 commits
  12. 04 Jan, 2018 1 commit
    • cmake: allow explicitly choosing SHA1 backend · 70aa6146
      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.
      Patrick Steinhardt committed