archive: allow remote to have more formats than we understand.
commit37f944363d5b5fb5bcbf2d184865534739713c01
authorJunio C Hamano <junkio@cox.net>
Sun, 10 Sep 2006 06:48:03 +0000 (9 23:48 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 10 Sep 2006 06:57:46 +0000 (9 23:57 -0700)
treeb3f97e06445c0220b0149795035734fa40d25bfa
parent854c4168e77a692dc198311f04bf31939355f2a3
archive: allow remote to have more formats than we understand.

This fixes git-archive --remote not to parse archiver arguments;
otherwise if the remote end implements formats other than the
one known locally we will not be able to access that format.

Signed-off-by: Junio C Hamano <junkio@cox.net>
archive.h
builtin-archive.c