• Show log

    Commit

  • Hash : f2b7f7a6
    Author : Russell Belfer
    Date : 2013-01-07T15:44:22

    Share git_diff_blobs/git_diff_blob_to_buffer code
    
    This moves the implementation of these two APIs into common code
    that will be shared between the two.  Also, this adds tests for
    the `git_diff_blob_to_buffer` API.  Lastly, this adds some extra
    `const` to a few places that can use it.