]> git.proxmox.com Git - libgit2.git/commit - tests/apply/fromdiff.c
patch application: apply binary patches
authorEdward Thomson <ethomson@edwardthomson.com>
Thu, 18 Jun 2015 01:13:10 +0000 (18:13 -0700)
committerEdward Thomson <ethomson@github.com>
Thu, 26 May 2016 18:01:03 +0000 (13:01 -0500)
commit3149ff6f663bf234679e02976d160917a6c70261
tree9ae45c43c99dc0698e696f6de146bb6600c6f5fd
parentb88f1713d01e5cca5a296d564ae094dd8bc6a1f2
patch application: apply binary patches

Handle the application of binary patches.  Include tests that
produce a binary patch (an in-memory `git_patch` object),
then enusre that the patch applies correctly.
src/apply.c
src/diff_print.c
tests/apply/apply_common.h
tests/apply/fromdiff.c
tests/apply/fromfile.c