repack: turn exts array into array-of-struct
commit42a02d8529953b2a964586fcb4aafe8dd7adffbc
authorJeff King <peff@peff.net>
Sat, 21 Dec 2013 14:00:23 +0000 (21 09:00 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Dec 2013 20:19:23 +0000 (30 12:19 -0800)
treec20982212e6ef2fea2e2f179305ed05166318016
parentb328c2166e67a0391a776d075acdfbd74e122e5c
repack: turn exts array into array-of-struct

This is slightly more verbose, but will let us annotate the
extensions with further options in future commits.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/repack.c