]> git.proxmox.com Git - libgit2.git/commit
Patch parsing from patch files
authorEdward Thomson <ethomson@microsoft.com>
Wed, 9 Apr 2014 00:18:47 +0000 (17:18 -0700)
committerEdward Thomson <ethomson@github.com>
Thu, 26 May 2016 16:36:11 +0000 (11:36 -0500)
commitd34f68261ef95b517944d4fa89ee13b4a68d3cb4
tree686b92a0e7174b891bd4e5a61e480acfc1be5002
parent7cb904ba4443c22ff5396769b7d07a7f329c0102
Patch parsing from patch files
12 files changed:
include/git2/diff.h
include/git2/patch.h
src/buffer.c
src/buffer.h
src/patch.c [new file with mode: 0644]
src/path.c
src/path.h
src/util.c
src/util.h
tests/apply/apply_common.h
tests/apply/fromfile.c [new file with mode: 0644]
tests/buf/quote.c [new file with mode: 0644]