archive: allow --exec and --remote without equal sign
commit819b2b58246a7927376930e266b4ef8b43096115
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Fri, 25 Jul 2008 10:41:25 +0000 (25 12:41 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 26 Jul 2008 00:28:40 +0000 (25 17:28 -0700)
tree88a5c97e19a048ebe86114db8a7ea27e3c47a112
parentf15f736d38d10f5c4f2ca367565019bdfe8e71dd
archive: allow --exec and --remote without equal sign

Allow "--remote repo" and "--exec cmd" in addition to "--remote=repo" and
"--exec=cmd" to make their usage consistent with parameters handled by
parse_options().

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-archive.c