1. 17 Dec, 2016 1 commit
    • settings: don't hard-code HTTPS capability · 061a0ad1
      This partially reverts bdec62dc which activates
      the transport code-paths which allow you to use a custom TLS implementation
      without having to have one at build-time.
      
      However the capabilities describe how libgit2 was built, not what it could
      potentially support, bring back the ifdefs so we only say we support HTTPS if
      libgit2 was itself built with a TLS implementation.
      Carlos Martín Nieto committed
  2. 16 Dec, 2016 1 commit
  3. 12 Dec, 2016 9 commits
  4. 07 Dec, 2016 2 commits
  5. 06 Dec, 2016 1 commit
  6. 04 Dec, 2016 1 commit
  7. 03 Dec, 2016 1 commit
  8. 02 Dec, 2016 1 commit
    • git_rebase_init: correctly handle detached HEAD · 4db1fc7e
      git_rebase_finish relies on head_detached being set, but
      rebase_init_merge was only setting it when branch->ref_name was unset.
      But branch->ref_name would be set to "HEAD" in the case of detached
      HEAD being either implicitly (NULL) or explicitly passed to
      git_rebase_init.
      David Turner committed
  9. 20 Nov, 2016 1 commit
  10. 18 Nov, 2016 6 commits
  11. 17 Nov, 2016 1 commit
  12. 16 Nov, 2016 1 commit
    • use `giterr_set_str()` wherever possible · 65b78ea3
      `giterr_set()` is used when it is required to format a string, and since
      we don't really require it for this case, it is better to stick to
      `giterr_set_str()`.
      
      This also suppresses a warning(-Wformat-security) raised by the compiler.
      
      Signed-off-by: Pranit Bauva <pranit.bauva@gmail.com>
      Pranit Bauva committed
  13. 15 Nov, 2016 9 commits
  14. 14 Nov, 2016 5 commits