archive: remove args member from struct archiver
commit34533004b27df4f34e18d9e26832fcc956a39fca
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Tue, 15 Jul 2008 07:49:40 +0000 (15 09:49 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jul 2008 14:08:11 +0000 (15 07:08 -0700)
tree4b08c40dda8f421a4dd27c199dc0dbf7686bc19e
parentdc6282d2013792c0df625527e12a54e40d07b122
archive: remove args member from struct archiver

Pass struct archiver and struct archiver_args explicitly to parse_archive_args
and remove the latter from the former.  This allows us to get rid of struct
archiver_desc and simplifies the code a bit.

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