git-apply-delta

0.0.7 • Public • Published

git-apply-delta

apply a git delta buffer to a git target buffer.

used by git packfiles to unpack REF and OFS delta objects.

Build Status browser support

var apply = require('git-apply-delta')
 
var result = apply(delta, target)

api

apply(Buffer delta, Buffer target) -> Buffer result

apply the delta buffer to the target buffer and return a new buffer containing the result.

license

MIT

Dependencies (2)

Dev Dependencies (1)

Package Sidebar

Install

npm i git-apply-delta

Weekly Downloads

1,790

Version

0.0.7

License

MIT

Last publish

Collaborators

  • chrisdickinson