• Show log

    Commit

  • Hash : cb7180a6
    Author : Russell Belfer
    Date : 2012-10-25T11:48:39

    Add git_diff_patch_print
    
    This adds a `git_diff_patch_print()` API which is more like the
    existing API to "print" a patch from an entire `git_diff_list`
    but operates on a single `git_diff_patch` object.
    
    Also, it rewrites the `git_diff_patch_to_str()` API to use that
    function (making it very small).