1. 27 Nov, 2012 2 commits
  2. 15 Nov, 2012 1 commit
  3. 25 Oct, 2012 1 commit
  4. 25 Sep, 2012 1 commit
    • Add const to all shared pointers in diff API · bae957b9
      There are a lot of places where the diff API gives the user access
      to internal data structures and many of these were being exposed
      through non-const pointers.  This replaces them all with const
      pointers for any object that the user can access but is still
      owned internally to the git_diff_list or git_diff_patch objects.
      
      This will probably break some bindings...  Sorry!
      Russell Belfer committed
  5. 02 May, 2012 1 commit
  6. 01 May, 2012 1 commit
  7. 30 Apr, 2012 1 commit
  8. 25 Apr, 2012 1 commit