git-apply-delta

apply delta buffer to target buffer

6 个版本
安装
npm install git-apply-delta
yarn add git-apply-delta
pnpm add git-apply-delta
bun add git-apply-delta
README

git-apply-delta

apply a git delta buffer to a git target buffer.

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

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

版本列表
0.0.7 2013-05-27
0.0.6 2013-05-27
0.0.5 2013-05-06
0.0.4 2013-05-04
0.0.3 2013-03-16
0.0.2 2013-03-16