Reuse fixup_pack_header_footer in index-pack
authorShawn O. Pearce <spearce@spearce.org>
Wed, 2 May 2007 16:14:15 +0000 (12:14 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 2 May 2007 17:24:21 +0000 (13:24 -0400)
Now that fast-import is using a "library function" to handle
correcting its packfile's object count and trailing SHA-1 we
should reuse the same function in index-pack, to reduce the
size of the code we must maintain.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found