kmx git
login
register
thodg
/
libgit2
/
src/diff_parse.c
src/diff_parse.c
Log
Author
Commit
Date
CI
Message
b859faa6
2016-08-23T23:38:39
Teach `git_patch_from_diff` about parsed diffs Ensure that `git_patch_from_diff` can return the patch for parsed diffs, not just generate a patch for a generated diff.
7166bb16
2016-04-25T00:35:48
introduce `git_diff_from_buffer` to parse diffs Parse diff files into a `git_diff` structure.