]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/delta.c
delta: refactor git_delta functions for consistency
authorEdward Thomson <ethomson@edwardthomson.com>
Wed, 17 Jun 2015 14:31:47 +0000 (07:31 -0700)
committerEdward Thomson <ethomson@github.com>
Thu, 26 May 2016 18:01:03 +0000 (13:01 -0500)
commit1cd6599142ec89f9c7eeb8b302e8877c71e1ab4b
treeb5c6af23ee87ca3479358def056ddc3631c103d1
parent6a2d2f8aa14462396cbc7d3e408ed28430e212e2
delta: refactor git_delta functions for consistency

Refactor the git_delta functions to have consistent naming and
parameters with the rest of the library.
src/delta.c
src/delta.h
src/diff_patch.c
src/pack-objects.c