]> asedeno.scripts.mit.edu Git - git.git/commit
git-pack-objects: mark the delta packing with a 'D'.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 22:58:42 +0000 (15:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 22:58:42 +0000 (15:58 -0700)
commitd38c3721a1813048a6c7c1597b0c2e5b18517f9d
treec7eee49edbe29d7536eededec781b345a345cb8a
parentbad50dc80f3b81a0bedb85ca0382b0086e5bf0c2
git-pack-objects: mark the delta packing with a 'D'.

When writing a delta, we take the real type from the object we're
doing the delta against, and just write a 'D' as the type of the
current object.
pack-objects.c