git-archive --format=zip: use default version ID
commitcf72fb07b77c73b4777b6a2e0836e3029c5f0f3c
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Fri, 6 Oct 2006 23:47:24 +0000 (7 01:47 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 Oct 2006 06:16:54 +0000 (7 23:16 -0700)
treedff0bc175032f8db5120637637a74be551c991c8
parent7a0cf2d0138cf3abd3f2c3c9a1aa4dc55bf0700f
git-archive --format=zip: use default version ID

Use 10 for the "version needed to extract" field.  This is the
default value, and we want to use it because we don't do anything
special.  Info-ZIP's zip uses it, too.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
archive-zip.c