]> git.proxmox.com Git - libgit2.git/commit - src/diff_xdiff.c
patch: abstract patches into diff'ed and parsed
authorEdward Thomson <ethomson@edwardthomson.com>
Fri, 11 Sep 2015 12:37:12 +0000 (08:37 -0400)
committerEdward Thomson <ethomson@github.com>
Thu, 26 May 2016 18:01:04 +0000 (13:01 -0500)
commit804d5fe9f59f4d8548da9f650bc43050951f26d7
treedcb30d7b1721021d14731eb67a615d9c829f8833
parent8d2eef27ffae3fe9cfbaa0c0c16655598b5b1d6b
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.
14 files changed:
src/apply.c
src/diff_driver.c
src/diff_patch.c [deleted file]
src/diff_patch.h [deleted file]
src/diff_print.c
src/diff_stats.c
src/diff_xdiff.c
src/diff_xdiff.h
src/patch.c
src/patch.h [new file with mode: 0644]
src/patch_diff.c [new file with mode: 0644]
src/patch_diff.h [new file with mode: 0644]
src/patch_parse.c [new file with mode: 0644]
tests/apply/fromfile.c