Re: [PATCH v3 15/21] repack: turn exts array into array-of-struct

2013-12-07 Thread Thomas Rast
Jeff King writes: > This is slightly more verbose, but will let us annotate the > extensions with further options in future commits. > > Signed-off-by: Jeff King Reviewed-by: Thomas Rast -- Thomas Rast t...@thomasrast.ch -- To unsubscribe from this list: send the line "unsubscribe git" in th

[PATCH v3 15/21] repack: turn exts array into array-of-struct

2013-11-14 Thread Jeff King
This is slightly more verbose, but will let us annotate the extensions with further options in future commits. Signed-off-by: Jeff King --- builtin/repack.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/builtin/repack.c b/builtin/repack.c index 2e88975..a