Code

index-pack: a miniscule refactor
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Jun 2011 22:32:14 +0000 (15:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jun 2011 05:45:36 +0000 (22:45 -0700)
commit4f8ec74efa9fc69aa3b0bd52affe31ca09f2fdd3
treee9216d4f3ed55b8827a2f5b554e05778270d3c05
parent3c9fc074c220d5d1d2173c84cc6ae57d750e2a2c
index-pack: a miniscule refactor

Introduce a helper function that takes the type of an object and
tell if it is a delta, as we seem to use this check in many places.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/index-pack.c