1. 28 Oct, 2013 3 commits
    • Merge pull request #1802 from libgit2/cmn/reflog-backend · 8f4a8b09
      Make reflog part of refdb
      Ben Straub committed
    • Merge pull request #1915 from zcbenz/common-h-before-config-h · a1efa596
      The "common.h" should be included before "config.h".
      Vicent Martí committed
    • The "common.h" should be included before "config.h". · 157cef10
      When building libgit2 for ia32 architecture on a x64 machine, including
      "config.h" without a "common.h" would result the following error:
      C:\Program Files\Microsoft SDKs\Windows\v7.1\include\winbase.h(2288): error C2373: 'InterlockedIncrement' : redefinition; different type modifiers [C:\cygwin\home\zcbenz\codes\git-utils\build\libgit2.vcxproj]
      C:\Program Files\Microsoft SDKs\Windows\v7.1\include\winbase.h(2295): error C2373: 'InterlockedDecrement' : redefinition; different type modifiers [C:\cygwin\home\zcbenz\codes\git-utils\build\libgit2.vcxproj]
      C:\Program Files\Microsoft SDKs\Windows\v7.1\include\winbase.h(2303): error C2373: 'InterlockedExchange' : redefinition; different type modifiers [C:\cygwin\home\zcbenz\codes\git-utils\build\libgit2.vcxproj]
      C:\Program Files\Microsoft SDKs\Windows\v7.1\include\winbase.h(2314): error C2373: 'InterlockedExchangeAdd' : redefinition; different type modifiers [C:\cygwin\home\zcbenz\codes\git-utils\build\libgit2.vcxproj]
      Cheng Zhao committed
  2. 26 Oct, 2013 2 commits
  3. 25 Oct, 2013 4 commits
  4. 24 Oct, 2013 2 commits
  5. 23 Oct, 2013 6 commits
  6. 22 Oct, 2013 3 commits
  7. 21 Oct, 2013 6 commits
  8. 18 Oct, 2013 1 commit
  9. 17 Oct, 2013 3 commits
  10. 16 Oct, 2013 10 commits