]> git.proxmox.com Git - libgit2.git/commit - src/delta.h
delta: move delta application to delta.c
authorEdward Thomson <ethomson@edwardthomson.com>
Wed, 17 Jun 2015 13:42:20 +0000 (06:42 -0700)
committerEdward Thomson <ethomson@github.com>
Thu, 26 May 2016 18:01:03 +0000 (13:01 -0500)
commit6a2d2f8aa14462396cbc7d3e408ed28430e212e2
treee810691ea5820bf71efdfcfecc36add23e3dc8e3
parent0004386f29d1165d5dbd54b26170560a7a98e125
delta: move delta application to delta.c

Move the delta application functions into `delta.c`, next to the
similar delta creation functions.  Make the `git__delta_apply`
functions adhere to other naming and parameter style within the
library.
src/delta-apply.c [deleted file]
src/delta-apply.h [deleted file]
src/delta.c
src/delta.h
src/odb.c
src/odb_loose.c
src/odb_pack.c
src/pack.c