• Show log

    Commit

  • Hash : 197b8966
    Author : Russell Belfer
    Date : 2013-07-23T14:34:31

    Add hunk/file headers to git_diff_patch_size
    
    This allows git_diff_patch_size to account for hunk headers and
    file headers in the returned size.  This required some refactoring
    of the code that is used to print file headers so that it could be
    invoked by the git_diff_patch_size API.
    
    Also this increases the test coverage and fixes an off-by-one bug
    in the size calculation when newline changes happen at the end of
    the file.