archive: remove args member from struct archiver
authorRené Scharfe <redacted>
Tue, 15 Jul 2008 07:49:40 +0000 (09:49 +0200)
committerJunio C Hamano <redacted>
Tue, 15 Jul 2008 14:08:11 +0000 (07:08 -0700)
commit34533004b27df4f34e18d9e26832fcc956a39fca
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
archive.h
builtin-archive.c
builtin-upload-archive.c
git clone https://git.99rst.org/PROJECT