Skip to content

chrisdickinson/git-apply-delta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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