archive-zip: use a local variable to store the creator version
commit0f747f9d37e2b3d7a454029dfcf0065e6914e995
authorRené Scharfe <l.s.r@web.de>
Sat, 22 Aug 2015 19:06:31 +0000 (22 21:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Aug 2015 15:52:22 +0000 (28 08:52 -0700)
tree98d9c11a2b7db605b2f6266b3a80e22c0b57eb9c
parent19ee29401dfc414924f335c21ef9880513f3c58d
archive-zip: use a local variable to store the creator version

Use a simpler conditional right next to the code which makes a higher
creator version necessary -- namely symlink handling and support for
executable files -- instead of a long line with a ternary operator.
The resulting code has more lines but is simpler and allows reuse of
the value easily.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
archive-zip.c