kmx git
login
register
thodg
/
libgit2
/
src/patch_diff.c
src/patch_diff.c
Log
Author
Commit
Date
CI
Message
b85bd8ce
2015-09-16T11:37:03
patch: use delta's old_file/new_file members No need to replicate the old_file/new_file members, or plumb them strangely up.
804d5fe9
2015-09-11T08:37:12
patch: abstract patches into diff'ed and parsed Patches can now come from a variety of sources - either internally generated (from diffing two commits) or as the results of parsing some external data.