1. 01 Nov, 2013 7 commits
  2. 31 Oct, 2013 5 commits
  3. 30 Oct, 2013 5 commits
  4. 28 Oct, 2013 1 commit
    • 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
  5. 25 Oct, 2013 1 commit
  6. 23 Oct, 2013 3 commits
  7. 22 Oct, 2013 1 commit
  8. 21 Oct, 2013 5 commits
  9. 16 Oct, 2013 9 commits
  10. 15 Oct, 2013 1 commit
    • Diff API cleanup · 10672e3e
      This lays groundwork for separating formatting options from diff
      creation options.  This groups the formatting flags separately
      from the diff list creation flags and reorders the options.  This
      also tweaks some APIs to further separate code that uses patches
      from code that just looks at git_diffs.
      Russell Belfer committed
  11. 11 Oct, 2013 2 commits