• Show log

    Commit

  • Hash : c23841c8
    Author : Shawn O. Pearce
    Date : 2009-01-03T04:21:30

    Add the binary delta apply algorithm for pack style deltas
    
    The git__delta_apply() function can be used to apply a Git style
    delta, such as those used in pack files or in git patch files,
    to recover the original object stream.
    
    Signed-off-by: Shawn O. Pearce <spearce@spearce.org>