1. 28 Jul, 2015 2 commits
    • merge_files: don't add trailing newlines · 9ff89eaa
      When invoked with three files that each lack a trailing newline,
      the merge result should also lack a trailing newline.
      Edward Thomson committed
    • Fix undefined reference with old versions of openssl · f5740391
      Versions prior to 0.9.8f  did not have this function, rhel/centos5 are still on a
      heavily backported version of 0.9.8e and theoretically supported until March 2017
      
      Without this ifdef, I get the following link failure:
      ```
      CMakeFiles/libgit2_clar.dir/src/openssl_stream.c.o: In function `openssl_connect':
      openssl_stream.c:(.text+0x45a): undefined reference to `SSL_set_tlsext_host_name'
      collect2: error: ld returned 1 exit status
      make[6]: *** [libgit2_clar] Error 1
      ```
      Tony Kelman committed
  2. 06 Jul, 2015 1 commit
  3. 03 Jul, 2015 2 commits
  4. 02 Jul, 2015 5 commits
  5. 01 Jul, 2015 5 commits
  6. 30 Jun, 2015 13 commits
  7. 29 Jun, 2015 12 commits